You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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") 

See Also

UnselectAll

  • No labels