getRowGroups

returns a snapshot array of row groups

array getRowGroups(string|number page);
pagestring|numberoptional, a page name
arraya snapshot array of row groups

Example

const rowGroups = $$("ssheet").getRowGroups();

Details

The method returns a snapshot array of group objects, each having the following properties: start, end, level, and open.

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.