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