GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAboveAverage Interface / Type Property


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

Property Value

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