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

Parameters

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

Reference

ColumnUngroupUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.