Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReadonlyPrimitiveValue Interface / ValueType Property


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

    Property Value

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