Back to Devexpress

dxSpreadSheetDefaultPasteOptions Constant

vcl-dxspreadsheettypes-0f16dadd.md

latest1019 B
Original Source

dxSpreadSheetDefaultPasteOptions Constant

Specifies the default cell data pasting options.

Declaration

delphi
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

dxSpreadSheetTypes Unit