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


In This Topic
Type Property (IConditionValue)
In This Topic
Gets one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
Syntax
'Declaration
 
ReadOnly Property Type As CfValueType
 
'Usage
 
Dim instance As IConditionValue
Dim value As CfValueType
 
value = instance.Type

Property Value

The type.
See Also