Skip to main content
Row

IClipboardManager.Copy() Method

Copies the selected cells to the clipboard.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Copy()

Remarks

The Copy method writes data to the clipboard in the following formats:

  • Biff8 (XLS)

  • Biff12 (XLSB)

  • Text (tab-delimited)

  • CSV (comma-separated values)

  • HTML

  • Raster image

Use the Worksheet.SelectedCell or Worksheet.Selection property to specify a cell or cell range you want to copy to the clipboard.

See Also