openRowGroup

expands matching row group(s)

void openRowGroup(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").openRowGroup();

Related samples

Details

Attempts to prioritize valid groups at the highest available level (the most nested).

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

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.