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

SpreadsheetCompatibilityOptions Class

Contains options used to ensure compatibility with previous Spreadsheet versions.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[ComVisible(true)]
public class SpreadsheetCompatibilityOptions :
    SpreadsheetNotificationOptions

Remarks

Use the DocumentOptions.Compatibility property to get access to the SpreadsheetCompatibilityOptions instance.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetCompatibilityOptions
See Also