SpreadJS Documentation
pasteRange Method
Gets the target paste range of ClipboardPasteRangeUndoAction.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteRangeUndoAction(sheet, srcSheet, destSheet, pasteExtent, option);
var value; // Type: Range
value = instance.pasteRange();
function pasteRange() : Range;

Return Value

The target paste range of current clipboard paste action.
See Also

Reference

ClipboardPasteRangeUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.