Selects the table or a part of the table.
Introduced: 10.1.
public void Select();
public void Select(int startRow, int startColumn, int stopRow, int stopColumn);
Parameter | Description |
---|---|
start |
Specifies the row number where the selection begins. |
start |
Specifies the column number where the selection begins. |
stop |
Specifies the row number where the selection ends. |
stop |
Specifies the column number where the selection ends. |