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

Parameters

sheet
The sheet invoking the action.
floatingObjectExtent
The extent.
movingSettings
The moving settings.
See Also

Reference

MovingFloatingObjectUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.