Spread WPF 18
GrapeCity.CalcEngine Namespace / CellValue Structure / CellValue Constructor / CellValue Constructor(DateTime)
The System.DateTime value


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

    Parameters

    value
    The System.DateTime value
    See Also