SpreadJS Documentation
ClipboardPasteFloatingObjectUndoAction Constructor
The sheet invoking the action.
The extent.
The sheet that provided the contents to paste.
Represents the Clipboard paste undo action for pasting the floating objects on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteFloatingObjectUndoAction(sheet, floatingObjectExtent, fromSheet);
function ClipboardPasteFloatingObjectUndoAction( 
   sheet : Sheet,
   floatingObjectExtent : GcSpread.Sheets.FloatingObjectExtent,
   fromSheet : Sheet
) : ClipboardPasteFloatingObjectUndoAction;

Parameters

sheet
The sheet invoking the action.
floatingObjectExtent
The extent.
fromSheet
The sheet that provided the contents to paste.
See Also

Reference

ClipboardPasteFloatingObjectUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.