Clears the current selection.

Syntax

Send_Message(Ctrl, "OLE.UnselectAll")

Parameters

None

Remarks

The UnselectAll property empties any existing selection.

Example

// Select nothing
Send_Message(@Window:".OLE_REPORTTABLE""OLE.UnselectAll")

See Also

SelectAll

  • No labels