Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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
    RelativeReferenceSpecifies relative type
    SemiRelativeReferenceSpecifies semi-relative type
    SensitiveContextSpecifies context sensitive type
    Inheritance Hierarchy

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

    See Also