Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatConditionalCommand Class / CreateFormulaRuleCommand Method


In This Topic
CreateFormulaRuleCommand Method
In This Topic
Syntax
'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)

Parameters

worksheet
references
formula
styleFormat
See Also