Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Logical Property


In This Topic
    Logical Property
    In This Topic
    Gets the System.Boolean value.
    Syntax
    'Declaration
     
    
    Public Property Logical As Boolean
    'Usage
     
    
    Dim instance As CellValue
    Dim value As Boolean
     
    instance.Logical = value
     
    value = instance.Logical
    public bool Logical {get; set;}

    Property Value

    A System.Boolean value represents the boolean value.
    See Also