Spread Windows Forms 12.0 Product Documentation
Logical Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : Logical Property
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

Reference

CellValue Structure
CellValue Members