SpreadJS Documentation
RowGroupUndoAction Constructor
The sheet.
The row group extent information.
Represents the undo action for grouping a row range group on a sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.RowGroupUndoAction(sheet, groupExtent);
function RowGroupUndoAction( 
   sheet : Sheet,
   groupExtent : GroupExtent
) : RowGroupUndoAction;

Parameters

sheet
The sheet.
groupExtent
The row group extent information.
See Also

Reference

RowGroupUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.