openColumnGroup

expands matching column group(s)

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

Example

$$("ssheet").openColumnGroup();

Details

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

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

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.