GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > FormatConditionalCommand クラス : CreateFormulaRuleCommand メソッド |
'宣言
Public Shared Function CreateFormulaRuleCommand( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal formula As String, _ ByVal styleFormat As StyleFormat _ ) As FormatConditionalCommand
public static FormatConditionalCommand CreateFormulaRuleCommand( Worksheet worksheet, Reference[] references, string formula, StyleFormat styleFormat )