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

SpreadsheetClipboardOptions Class

Provides clipboard options for the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[ComVisible(true)]
public class SpreadsheetClipboardOptions :
    SpreadsheetNotificationOptions,
    ISupportsCopyFrom<SpreadsheetClipboardOptions>

Remarks

Use the DocumentOptions.Clipboard property to get access to the SpreadsheetClipboardOptions instance.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetClipboardOptions
See Also