[]
        
Represents options for backward compatibility.
[Flags]
public enum LegacyBehaviors
  <Flags>
Public Enum LegacyBehaviors
  | Name | Description | 
|---|---|
| All | All behaviors are compatible with previous version.  | 
      
| AutoRowHeight | Row height won't be auto adjusted when cell's value or properties are changed on UI of Spread, all auto fit row height will be treated as custom row height  | 
      
| CalculationEngine | Fallbacks to old behaviors of calculation engine.  | 
      
| KeepFormulaOnSetValue | Any attempt to set a value to a cell that contains a formula to fail and instead raise the Error event.  | 
      
| None | New behaviors will be applied automatically in new releases.  | 
      
| PreferTextOnExport | The cell text will be exported if there is an explicit cell type.  | 
      
| PropertyDefaults | Initialized values of some properties will be different compared with previous versions.  | 
      
| Protect | Initialized values of sheetview's Protect and cell's lock will be different compared with previous versions.  | 
      
| Style | All style default settings and behaviors will be compatible with previous version.  |