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