'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)
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.