SpreadJS Documentation
DragCopyFloatingObjectUndoAction Constructor
The sheet invoking the action.
The extent.
The moving information.
Represents the dragCopy undo action to move the floating objects on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DragCopyFloatingObjectUndoAction(sheet, floatingObjectExtent, movingInfo);
function DragCopyFloatingObjectUndoAction( 
   sheet : Sheet,
   floatingObjectExtent : GcSpread.Sheets.FloatingObjectExtent,
   movingInfo : GcSpread.Sheets.MovingFloatingObjectExtent
) : DragCopyFloatingObjectUndoAction;

Parameters

sheet
The sheet invoking the action.
floatingObjectExtent
The extent.
movingInfo
The moving information.
See Also

Reference

DragCopyFloatingObjectUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.