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


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

    Parameters

    value
    The boolean value.
    See Also