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

DocumentOptions.Compatibility Property

Provides access to options designed to ensure compatibility with previous Spreadsheet versions.

Namespace: DevExpress.Spreadsheet

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

Declaration

public SpreadsheetCompatibilityOptions Compatibility { get; }

Property Value

Type Description
SpreadsheetCompatibilityOptions

An object that contains compatibility settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Compatibility
WinForms Controls SpreadsheetControl
.Options .Compatibility
Office File API ISpreadsheetComponent
.Options .Compatibility
Workbook
.Options .Compatibility

Remarks

Use the Workbook.Options.Compatibility or SpreadsheetControl.Options.Compatibility notation to access SpreadsheetCompatibilityOptions.

See Also