TabSheetExpander.getIndexesToExpand

Syntax

getIndexesToExpand();

Description

The getIndexesToExpand method gets indexes of rows and columns hidden on group collapsing.

Comments

This method gets a JSON object with the following fields: rows - array of row indexes, columns - array of column indexes for rows and columns hidden after group collapses.

Example

The example of method use is given on the TabSheetExpander Constructor page.

Seebsp;also:

TabSheetExpander