SpreadsheetGear 2023
SetLogical Method (IValues)


SpreadsheetGear.Advanced.Cells Namespace > IValues Interface : SetLogical Method
Specifies the row of the cell to set.
Specifies the column of the cell to set.
Specifies the logical value to place into the specified cell.
Sets the value of the specified cell to the specified logical value.
Syntax
'Declaration
 
Sub SetLogical( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal logical As System.Boolean _
) 
'Usage
 
Dim instance As IValues
Dim row As System.Integer
Dim column As System.Integer
Dim logical As System.Boolean
 
instance.SetLogical(row, column, logical)
void SetLogical( 
   System.int row,
   System.int column,
   System.bool logical
)

Parameters

row
Specifies the row of the cell to set.
column
Specifies the column of the cell to set.
logical
Specifies the logical value to place into the specified cell.
Remarks

See the IValues overview for warnings about using this method.

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

IValues Interface
IValues Members
Logical Property