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

Parameters

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

Reference

RowUngroupUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.