Back to Devexpress

DocumentOptions.Compatibility Property

officefileapi-devexpress-dot-spreadsheet-dot-documentoptions-2e0018c5.md

latest1.7 KB
Original Source

DocumentOptions.Compatibility Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public SpreadsheetCompatibilityOptions Compatibility { get; }
vb
Public ReadOnly Property Compatibility As SpreadsheetCompatibilityOptions

Property Value

TypeDescription
SpreadsheetCompatibilityOptions

An object that contains compatibility settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Compatibility
ISpreadsheetComponent

.Options .Compatibility

|

Remarks

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

See Also

DocumentOptions Class

DocumentOptions Members

DevExpress.Spreadsheet Namespace