DocumentOptions.Compatibility Property
Provides access to options designed to ensure compatibility with previous Spreadsheet versions.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
SpreadsheetCompatibilityOptions | An object that contains compatibility settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Compatibility |
---|---|
ISpreadsheetComponent |
|
Remarks
Use the Workbook.Options.Compatibility or SpreadsheetControl.Options.Compatibility notation to access SpreadsheetCompatibilityOptions.
See Also