Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LegacyBehaviors Enumeration


In This Topic
    LegacyBehaviors Enumeration
    In This Topic
    Represents options for backward compatibility.
    Syntax
    'Declaration
     
    Public Enum LegacyBehaviors 
       Inherits System.Enum
    'Usage
     
    Dim instance As LegacyBehaviors
    public enum LegacyBehaviors : System.Enum 
    Members
    MemberDescription
    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.
    KeepFormulaOnSetValueAny 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.LegacyBehaviors

    See Also