Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValueDataTypeAttribute Class / CellValueDataTypeAttribute Constructor
A PrimitiveValueType value indicates the processing cell value data type.


In This Topic
    CellValueDataTypeAttribute Constructor
    In This Topic
    Initializes a new instance of the CellValueDataTypeAttribute class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As PrimitiveValueType _
    )
    'Usage
     
    
    Dim type As PrimitiveValueType
     
    Dim instance As New CellValueDataTypeAttribute(type)
    public CellValueDataTypeAttribute( 
       PrimitiveValueType type
    )

    Parameters

    type
    A PrimitiveValueType value indicates the processing cell value data type.
    See Also