'宣言 Public Shared Function CreateCellValueCfRuleCommand( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal cfType As FormatConditionType, _ ByVal cellOperator As FormatConditionOperator, _ ByVal value1 As System.String, _ ByVal value2 As System.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, System.string value1, System.string value2, ContainsOperator textOperator, TimePeriods dateOperator, StyleFormat styleFormat )
パラメータ
- worksheet
- references
- cfType
- cellOperator
- value1
- value2
- textOperator
- dateOperator
- styleFormat