'Declaration
Public Shared Function CreateFormulaRuleCommand( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal formula As String, _ ByVal styleFormat As StyleFormat _ ) As FormatConditionalCommand
'Usage
Dim worksheet As Worksheet Dim references() As Reference Dim formula As String Dim styleFormat As StyleFormat Dim value As FormatConditionalCommand value = FormatConditionalCommand.CreateFormulaRuleCommand(worksheet, references, formula, styleFormat)
public static FormatConditionalCommand CreateFormulaRuleCommand( Worksheet worksheet, Reference[] references, string formula, StyleFormat styleFormat )
Parameters
- worksheet
- references
- formula
- styleFormat