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


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

    Parameters

    value
    The CalcError value.
    See Also