SpreadJS Documentation
expandGroup Method
GC.Spread.Sheets.Outlines Namespace > Outline type : expandGroup Method
The group information of the range group.
Whether to expand the groups.
Expands or collapses the specified outline (range group) of rows or columns.
Syntax
var instance = new GC.Spread.Sheets.Outlines.Outline(count);
var value; // Type: any
value = instance.expandGroup(groupInfo, expand);
function expandGroup( 
   groupInfo : OutlineInfo,
   expand : boolean
) : any;

Parameters

groupInfo
The group information of the range group.
expand
Whether to expand the groups.
See Also

Reference

Outline type