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


In This Topic
CreateRule Method
In This Topic
Syntax
'Declaration
 
Public Function CreateRule( _
   Optional ByVal _stopIfTrue As Boolean _
) As BuiltInCfRule
 
'Usage
 
Dim instance As FormatConditionalCommand
Dim _stopIfTrue As Boolean
Dim value As BuiltInCfRule
 
value = instance.CreateRule(_stopIfTrue)

Parameters

_stopIfTrue
See Also