SpreadJS Documentation
RowGroupExpandUndoAction Constructor
The sheet.
The row expand extent information.

The following settings are available:

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

Parameters

sheet
The sheet.
rowExpandExtent
The row expand extent information.

The following settings are available:

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

Reference

RowGroupExpandUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.