removeRowGroup

removes one level of row grouping from the specified range

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

Example

$$("ssheet").removeRowGroup();

Details

If the rowId parameter isn't specified, the method removes a grouping level from the selected row(s).

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