Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / DateOperator Property


In This Topic
DateOperator Property (IFormatCondition)
In This Topic
Gets or sets the date operator used in the format condition.
Syntax
'Declaration
 
Property DateOperator As TimePeriods
 
'Usage
 
Dim instance As IFormatCondition
Dim value As TimePeriods
 
instance.DateOperator = value
 
value = instance.DateOperator

Property Value

The date operator used in the format condition.
See Also