SpreadJS Documentation
ColumnGroupExpandUndoAction Constructor
The sheet.
The column expand extent information.

The following settings are available:

columnExpandExtent.index number type The column range group summary index.
columnExpandExtent.level number type The column range group level.
columnExpandExtent.collapsed number type A value that indicates whether the column range group is collapsed.
Represents an undo action to expand or collapse a column range group.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ColumnGroupExpandUndoAction(sheet, columnExpandExtent);
function ColumnGroupExpandUndoAction( 
   sheet : Sheet,
   columnExpandExtent : object
) : ColumnGroupExpandUndoAction;

Parameters

sheet
The sheet.
columnExpandExtent
The column expand extent information.

The following settings are available:

columnExpandExtent.index number type The column range group summary index.
columnExpandExtent.level number type The column range group level.
columnExpandExtent.collapsed number type A value that indicates whether the column range group is collapsed.
See Also

Reference

ColumnGroupExpandUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.