SpreadsheetClipboardOptions Class
Provides clipboard options for the SpreadsheetControl.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
[ComVisible(true)]
public class SpreadsheetClipboardOptions :
SpreadsheetNotificationOptions,
ISupportsCopyFrom<SpreadsheetClipboardOptions>
<ComVisible(True)>
Public Class SpreadsheetClipboardOptions
Inherits SpreadsheetNotificationOptions
Implements ISupportsCopyFrom(Of SpreadsheetClipboardOptions)
Remarks
Use the DocumentOptions.Clipboard property to get access to the SpreadsheetClipboardOptions instance.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetClipboardOptions
See Also
Feedback