This function reverses the selection state of the designated axis.
Syntax:InvertSelection, boolRows, boolColumns Parameters:boolRows – reverse the selection state of the rows (true) or not (false) boolColumns – reverse the selection state of the columns (true) or not (false) Examples:InvertSelection,true,false This example reverses the status of each row’s selection on the current page. The second parameter instructs to ignore the columns. |