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.