removeColumnGroup

removes one level of column grouping from the specified range

void removeColumnGroup(number|array columnId,string page);
columnIdnumber|arrayoptional, a column ID or a range of column IDs [start, end]
pagestringoptional, a page name

Example

$$("ssheet").removeColumnGroup();

Details

If the columnId parameter isn't specified, the method removes a grouping level from the selected column(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.