SpreadJS Documentation
ColumnGroupHeaderExpandUndoAction Constructor
The sheet.
The column group header expand extent information.

The following setting  is available:

columnGroupHeaderExpandExtent.level number type The column range group level.
Represents a column range group action used to expand or collapse column range groups on the same level.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ColumnGroupHeaderExpandUndoAction(sheet, columnGroupHeaderExpandExtent);
function ColumnGroupHeaderExpandUndoAction( 
   sheet : Sheet,
   columnGroupHeaderExpandExtent : object
) : ColumnGroupHeaderExpandUndoAction;

Parameters

sheet
The sheet.
columnGroupHeaderExpandExtent
The column group header expand extent information.

The following setting  is available:

columnGroupHeaderExpandExtent.level number type The column range group level.
See Also

Reference

ColumnGroupHeaderExpandUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.