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

Parameters

fromRange
The source range.
pastedRanges
The target ranges.
isCutting
Whether the operation is cutting or copying.
clipboardText
The text on the clipboard.
See Also

Reference

PasteExtent type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.