GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > FormatConditionalCommand クラス : CreateIconSetCfRuleCommand メソッド |
'宣言
Public Shared Function CreateIconSetCfRuleCommand( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal iconType As IconSetType, _ ByVal showIconOnly As Boolean, _ ByVal reverseIconOrder As Boolean, _ ByVal values() As String, _ ByVal valueTypes() As CfValueType, _ ByVal icons() As CfIcon, _ ByVal isGreaterThans() As Boolean _ ) As FormatConditionalCommand
public static FormatConditionalCommand CreateIconSetCfRuleCommand( Worksheet worksheet, Reference[] references, IconSetType iconType, bool showIconOnly, bool reverseIconOrder, string[] values, CfValueType[] valueTypes, CfIcon[] icons, bool[] isGreaterThans )