GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > FormatConditionalCommand クラス : CreateCellValueCfRuleCommand メソッド |
'宣言
Public Shared Function CreateCellValueCfRuleCommand( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal cfType As FormatConditionType, _ ByVal cellOperator As FormatConditionOperator, _ ByVal value1 As String, _ ByVal value2 As String, _ ByVal textOperator As ContainsOperator, _ ByVal dateOperator As TimePeriods, _ ByVal styleFormat As StyleFormat _ ) As FormatConditionalCommand
public static FormatConditionalCommand CreateCellValueCfRuleCommand( Worksheet worksheet, Reference[] references, FormatConditionType cfType, FormatConditionOperator cellOperator, string value1, string value2, ContainsOperator textOperator, TimePeriods dateOperator, StyleFormat styleFormat )