Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IClipboardManager.Copy() Method

Copies values of the selected cells to the Clipboard.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Copy()

Remarks

The Copy method stores data on the Clipboard in the following formats: Biff8(XLS), text (tab-delimited), comma-separated values and HTML. So, you can paste the Clipboard content into any application that can retrieve the stored data.

To get or set the selected cell or cell range to be copied to the Clipboard, use the Worksheet.SelectedCell or Worksheet.Selection property.

See Also