Spread Windows Forms 12.0 Product Documentation
ValueType Property (DataValidationSuggestionItem)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DataValidationSuggestionItem Structure : ValueType Property
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

Reference

DataValidationSuggestionItem Structure
DataValidationSuggestionItem Members