getColumnGroups

returns a snapshot array of column groups

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

Example

const columnGroups = $$("ssheet").getColumnGroups();

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.