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

Return Value

The paste option of current clipboard paste action.
See Also

Reference

ClipboardPasteRangeUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.