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

SpreadsheetCopyOptions Class

A set of options used to control copy operations.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

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

Remarks

Use the DocumentOptions.Copy property to get access to the SpreadsheetCopyOptions instance.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetCopyOptions
See Also