'Declaration
Public Enum LegacyBehaviors Inherits System.Enum
'Usage
Dim instance As LegacyBehaviors
public enum LegacyBehaviors : System.Enum
'Declaration
Public Enum LegacyBehaviors Inherits System.Enum
'Usage
Dim instance As LegacyBehaviors
public enum LegacyBehaviors : System.Enum
Member | 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 FpSpread.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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.LegacyBehaviors