Action
Selects a range of rows.
Availability
This functionality is supported only if you are using the Open Agent.
Syntax
table.ExtendSelect (row, [column])
Variable
|
Description
|
row
|
The row to which to extend the selection.
LISTITEM.
|
column
|
Optional. The column to which to extend the selection.
LISTITEM.
|
Notes
ExtendSelect requires that the table already has a selected item. Precede the call with a call to Select to select the first item.
Example
SWTControls.SWTTabControl1.Control14.SWTTabControl1.Table.Table1.ExtendSelectRow(5, 1)