SpreadJS Documentation
ResizingFloatingObjectUndoAction Constructor
The sheet invoking the action.
The extent.
The resizing settings.
Represents the undo action for resizing the floating objects.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ResizingFloatingObjectUndoAction(sheet, floatingObjectExtent, resizingSettings);
function ResizingFloatingObjectUndoAction( 
   sheet : Sheet,
   floatingObjectExtent : GcSpread.Sheets.FloatingObjectExtent,
   resizingSettings : GcSpread.Sheets.ReszingFloatingObjectExtent
) : ResizingFloatingObjectUndoAction;

Parameters

sheet
The sheet invoking the action.
floatingObjectExtent
The extent.
resizingSettings
The resizing settings.
See Also

Reference

ResizingFloatingObjectUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.