Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / ValueType Property


In This Topic
ValueType Property (CfValue)
In This Topic
Gets the type of this conditional formatting value.
Syntax
'Declaration
 
Public ReadOnly Property ValueType As CfValueType
 
'Usage
 
Dim instance As CfValue
Dim value As CfValueType
 
value = instance.ValueType

Property Value

A CfValueType value represent the value type.
See Also