SpreadsheetGear 2023
Logical Property (IValue)


SpreadsheetGear.Advanced.Cells Namespace > IValue Interface : Logical Property
Returns the logical value of this cell, or false if this cell does not contain a logical value.
Syntax
'Declaration
 
ReadOnly Property Logical As System.Boolean
'Usage
 
Dim instance As IValue
Dim value As System.Boolean
 
value = instance.Logical
System.bool Logical {get;}
Remarks
Formula cells are calculated as needed before returning the logical value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValue Interface
IValue Members
IValues Interface
SetLogical Method