SpreadsheetCompatibilityOptions Class
Contains options used to ensure compatibility with previous Spreadsheet versions.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
[ComVisible(true)]
public class SpreadsheetCompatibilityOptions :
SpreadsheetNotificationOptions
Related API Members
The following members return SpreadsheetCompatibilityOptions objects:
Remarks
Use the DocumentOptions.Compatibility property to get access to the SpreadsheetCompatibilityOptions instance.
Implements
Inheritance
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetCompatibilityOptions
See Also