public bool Logical {get; set;}
'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.