dxSpreadSheetDefaultPasteOptions Constant
Specifies the default cell data pasting options.
Declaration
const dxSpreadSheetDefaultPasteOptions = [cpoValues, cpoStyles];
Remarks
By default, the worksheet’s PasteFromClipboard procedure inserts cell values, formula expressions, all cell style settings, and comment containers associated with the source cells previously copied or cut from Microsoft Excel® or the Spreadsheet control’s worksheet.
For detailed information on individual Paste Special options, refer to the TdxSpreadSheetClipboardPasteOption type description.
See Also