Home arrow Reference arrow InvertSelection

CONTENT WARNING

This site refers to our older, server-based product. If you are interested in our new, Excel-based product, please see our main web site at http://www.nextanalytics.com

InvertSelection
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.
 

Reference

Installation - Java