Skip to main content
A newer version of this page is available. .
Row

IClipboardManager Interface

Contains methods for working with the system Clipboard.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public interface IClipboardManager

The following members return IClipboardManager objects:

Library Related API Members
WinForms Controls SpreadsheetControl.Clipboard
WPF Controls SpreadsheetControl.Clipboard
Office File API ISpreadsheetComponent.Clipboard
Workbook.Clipboard

Remarks

Use the Workbook.Clipboard property to access the IClipboardManager object.

See Also