Selects the table or a part of the table.
Introduced: 10.1.
public void Select();
Public Sub Select()
public void Select(int startRow, int startColumn, int stopRow, int stopColumn);
Public Sub Select(ByVal startRow As Integer, ByVal startColumn As Integer, ByVal stopRow As Integer, ByVal stopColumn As Integer)
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. |