SpreadJS Documentation
ClipboardPasteRangeUndoAction Constructor
The sheet that is invoking the action.
The source worksheet for the copy or cut.
The target sheet of the paste.
The paste extent information.
The Clipboard pasting option that indicates which content to paste.
Represents a paste undo action to paste a range on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteRangeUndoAction(sheet, srcSheet, destSheet, pasteExtent, option);
function ClipboardPasteRangeUndoAction( 
   sheet : Sheet,
   srcSheet : Sheet,
   destSheet : Sheet,
   pasteExtent : object,
   option : ClipboardPasteOptions
) : ClipboardPasteRangeUndoAction;

Parameters

sheet
The sheet that is invoking the action.
srcSheet
The source worksheet for the copy or cut.
destSheet
The target sheet of the paste.
pasteExtent
The paste extent information.
option
The Clipboard pasting option that indicates which content to paste.
See Also

Reference

ClipboardPasteRangeUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.