Back to Devexpress

SpreadsheetCompatibilityOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-5025fe16.md

latest1.9 KB
Original Source

SpreadsheetCompatibilityOptions Class

Contains options used to ensure compatibility with previous Spreadsheet versions.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class SpreadsheetCompatibilityOptions :
    SpreadsheetNotificationOptions
vb
<ComVisible(True)>
Public Class SpreadsheetCompatibilityOptions
    Inherits SpreadsheetNotificationOptions

The following members return SpreadsheetCompatibilityOptions objects:

Remarks

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

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetCompatibilityOptions

See Also

SpreadsheetCompatibilityOptions Members

DevExpress.XtraSpreadsheet Namespace