Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / Operator Property


In This Topic
Operator Property (ClassicCfRule)
In This Topic
Gets or sets the operator to compare with cell value.
Syntax
'Declaration
 
Public Property Operator As Operator
 
'Usage
 
Dim instance As ClassicCfRule
Dim value As Operator
 
instance.Operator = value
 
value = instance.Operator

Property Value

A Operator value represents the operator to compare with cell value.
See Also