Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / Compatibility Property


In This Topic
Compatibility Property
In This Topic
Gets or sets the Compatibility value that indicating the compatibility of the spreadsheet.
Syntax
'Declaration
 
Public Shared Property Compatibility As Compatibility
 
'Usage
 
Dim value As Compatibility
 
WorkbookSet.Compatibility = value
 
value = WorkbookSet.Compatibility

Property Value

The Compatibility value to apply behaviors.
Remarks
Changing this property won't affect to existed data. You should change this value one time only, when the application start.
See Also