Spread WinForms 15
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

Property Value

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