SpreadJS Documentation
GroupExtent Constructor
The group starting index.
The number of rows or columns to group or ungroup.
Represents a range group extent that supports the range group undo action.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.GroupExtent(index, count);
function GroupExtent( 
   index : number,
   count : number
) : GroupExtent;

Parameters

index
The group starting index.
count
The number of rows or columns to group or ungroup.
See Also

Reference

GroupExtent type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.