SpreadJS Documentation
GroupExpandExtent Constructor
The index.
The group level.
Whether the group is collapsed.
Represents the information for a group expand.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.GroupExpandExtent(index, level, collapsed);
function GroupExpandExtent( 
   index : number,
   level : number,
   collapsed : boolean
) : GroupExpandExtent;

Parameters

index
The index.
level
The group level.
collapsed
Whether the group is collapsed.
See Also

Reference

GroupExpandExtent type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.