Skip to main content
All docs
V26.1
  • SpreadsheetCompatibilityOptions Class

    Contains options used to ensure compatibility with previous Spreadsheet versions.

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    [ComVisible(true)]
    public class SpreadsheetCompatibilityOptions :
        SpreadsheetNotificationOptions

    The following members return SpreadsheetCompatibilityOptions objects:

    Remarks

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

    Inheritance

    Object
    ViewStatePersisterCore
    BaseOptions
    DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
    SpreadsheetCompatibilityOptions
    See Also