Skip to main content

SpreadsheetCompatibilityOptions Class

Contains options used to ensure compatibility with previous Spreadsheet versions.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[ComVisible(true)]
public class SpreadsheetCompatibilityOptions :
    SpreadsheetNotificationOptions

The following members return SpreadsheetCompatibilityOptions objects:

Remarks

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

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetCompatibilityOptions
See Also