Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaContextType Enumeration


In This Topic
    FormulaContextType Enumeration
    In This Topic
    Specifies the type of a formula.
    Syntax
    'Declaration
     
    
    Public Enum FormulaContextType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FormulaContextType
    public enum FormulaContextType : System.Enum 
    Members
    MemberDescription
    GeneralSpecifies general type
    IsArrayExpressionSpecifies context array type
    IsMultiRangeExpressionSpecifies context multi-range type
    RelativeReferenceSpecifies relative type
    SemiRelativeReferenceSpecifies semi-relative type
    SensitiveContextSpecifies context sensitive type
    Inheritance Hierarchy

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

    See Also