Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaRestrictedCondition Enumeration


In This Topic
    FormulaRestrictedCondition Enumeration
    In This Topic
    Specifies the formula restrictions.
    Syntax
    'Declaration
     
    
    Public Enum FormulaRestrictedCondition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FormulaRestrictedCondition
    public enum FormulaRestrictedCondition : System.Enum 
    Members
    MemberDescription
    ArrayExpressionSpecifies array formulas.
    CustomNameSpecifies custom names only.
    MultiRangeExpressionSpecifies multi-range formulas.
    NoneSpecifies no restrictions.
    RangeResultSpecifies formulas that directly refer to a cell range or a custom name that directly refers to a cell range.
    RelativeFormulaSpecifies relative formulas only.
    SuppressCustomNameIndicates that the expression, referred to by a custom name, will not be restricted.
    TableSpecifies formulas that directly refer to a table.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.Model.FormulaRestrictedCondition

    See Also