SetRowCol Method

Sets the row and column position.

Syntax

success = object.SetRowCol (row, col)

Parameters

row
The new row index. The row should be in the range 0 to n - 1, where n is the number of rows in the current array.

col
The new column index. The column should be in the range 0 to n - 1, where n is the number of columns in the current array.

Return Value

success
A Boolean value indicating success (TRUE) or failure (FALSE).