DataGrid REALbasic Plugin |
|
DataGridSelection.Set Method
Selects a cell (or row).
Set(
column as Integer,
row as Integer)
Parameters
- column
- The column number of the cell.
- row
- The row number of the cell.
Remarks
This method deselects previous selection.
Note:
Row and Column numbers in the Grid controls are one based which means that the first row and first columns are number one.
See Also
DataGridSelection Class