SpreadJS Documentation
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 GcSpread.Sheets.RangeGroup(count);
var value; // Type: any
value = instance.expandGroup(groupInfo, expand);
function expandGroup( 
   groupInfo : RangeGroupInfo,
   expand : boolean
) : any;

Parameters

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

Reference

RangeGroup type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.