Spread WPF 18
GrapeCity.CalcEngine Namespace / CellRelation Enumeration


In This Topic
    CellRelation Enumeration
    In This Topic
    Represents types of cell references.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum CellRelation 
       Inherits System.Enum
    'Usage
     
    Dim instance As CellRelation
    [Flags()]
    public enum CellRelation : System.Enum 
    Members
    MemberDescription
    AbsoluteThe cell reference is absolute.
    ColumnRelativeThe cell reference is relative to the column of the cell that contains the formula.
    RelativeThe cell reference is relative to the row and column of the cell that contains the formula.
    RowRelativeThe cell reference is relative to the row of the cell that contains the formula.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.CellRelation

    See Also