Selects the table or a part of the table.

Introduced: 10.1.

Select()

public void Select();
Public Sub Select()

Select(Int, Int, Int, Int)

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)

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.

Further Reading

Learn more about the TXTextControl.Table.Select Method in the Text Control Blog: