Spread WPF 18
GrapeCity.CalcEngine Namespace / FormattedCellValue Class / ValueType Property


In This Topic
    ValueType Property (FormattedCellValue)
    In This Topic
    Gets the value type of this FormattedCellValue instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueType As PrimitiveValueType
    'Usage
     
    Dim instance As FormattedCellValue
    Dim value As PrimitiveValueType
     
    value = instance.ValueType
    public PrimitiveValueType ValueType {get;}

    Property Value

    The type of the data of the FormattedCellValue instance.
    See Also