SpreadJS Documentation
PasteRangeExtent Constructor
The source range.
The target range.
Whether the operation is cutting or copying.
The text on the clipboard.
Represents the information for a paste range expand.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.PasteRangeExtent(sourceRange, targetRange, isCutting, clipboardText);
function PasteRangeExtent( 
   sourceRange : Range,
   targetRange : Range,
   isCutting : boolean,
   clipboardText : string
) : PasteRangeExtent;

Parameters

sourceRange
The source range.
targetRange
The target range.
isCutting
Whether the operation is cutting or copying.
clipboardText
The text on the clipboard.
See Also

Reference

PasteRangeExtent type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.