Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionItem Structure / ValueType Property


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

    Property Value

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