addRowGroup

adds a row group over the specified range

void addRowGroup(number|array rowId,string page);
rowIdnumber|arrayoptional, a row ID or a range of row IDs: [start, end]
pagestringoptional, a page name

Example

$$("ssheet").addRowGroup();

Details

Increases nesting depth by one level, up to a maximum of 8.

If the rowId parameter isn't specified, the method adds a group for the selected row(s).

Grouping doesn't work with multiple active zones (multiselect).

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.