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


In This Topic
Type Property (IFormatCondition)
In This Topic
Gets a FormatConditionType value that represents the format condition type.
Syntax
'Declaration
 
ReadOnly Property Type As FormatConditionType
 
'Usage
 
Dim instance As IFormatCondition
Dim value As FormatConditionType
 
value = instance.Type

Property Value

A FormatConditionType value that represents the format condition type.
See Also