Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaContextType Enumeration


FormulaContextType Enumeration
Specifies the type of a formula.
Syntax
'Declaration
 
Public Enum FormulaContextType 
   Inherits System.Enum
 
'Usage
 
Dim instance As FormulaContextType
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