Spread WPF 18
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
    public CfValueType ValueType {get;}

    Property Value

    A CfValueType value represent the value type.
    See Also