Spread WPF 18
GrapeCity.CalcEngine Namespace / CellValue Structure / CellValue Constructor / CellValue Constructor(Double)
The double value.


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

    Parameters

    value
    The double value.
    See Also