Need an account? Click to Register
Home arrow Learn arrow Reference arrow ClearSelection
ClearSelection
This function clears all outstanding selection of the designated axis.

Syntax:

ClearSelection, boolRows, boolColumns

Parameters:

boolRows – clear the selection state of the rows (true) or not (false)

boolColumns – clear the selection state of the columns (true) or not (false)

Examples:

ClearSelection,true,true

This example clears all selections, both rows and columns, on the current page.
 
< Prev   Next >

Reference