Selects the table or a part of the table.

Introduced: 10.1.

Select()

public void Select();

Select(Int, Int, Int, Int)

public void Select(int startRow, int startColumn, int stopRow, int stopColumn);

Parameters

Parameter Description
startRow Specifies the row number where the selection begins.
startColumn Specifies the column number where the selection begins.
stopRow Specifies the row number where the selection ends.
stopColumn Specifies the column number where the selection ends.