addColumnGroup

adds a column group over the specified range

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

Example

$$("ssheet").addColumnGroup();

Details

If the columnId parameter isn't specified, the method adds a group for the selected column(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.