Selects all rows in the table.
Syntax
Send_Message(Ctrl, "OLE.SelectAll")
Parameters
None
Remarks
The SelectAll property selects all rows in the table in the current order they appear to the user.
Example
// Select everything Send_Message(@Window:".OLE_REPORTTABLE", "OLE.SelectAll")