Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IPrimitiveValue Interface / ValueType Property


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

    Property Value

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