[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FormattedCellValue.ValueType

ValueType Property

ValueType

Gets the value type of this FormattedCellValue instance.

Declaration
public PrimitiveValueType ValueType { get; }
Public ReadOnly Property ValueType As PrimitiveValueType
Property Value
Type Description
PrimitiveValueType

The type of the data of the FormattedCellValue instance.

Implements