addRowGroup

adds a row group over the specified range

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

Example

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

Related samples

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
  • API
  • Articles
  • 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.