Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / NumberCellData Class / NumberCellData Constructor
The numeric value.


In This Topic
    NumberCellData Constructor
    In This Topic
    Initializes a new instance of the NumberCellData class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Double _
    )
    'Usage
     
    
    Dim value As Double
     
    Dim instance As New NumberCellData(value)
    public NumberCellData( 
       double value
    )

    Parameters

    value
    The numeric value.
    See Also