Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellRelation Enumeration


In This Topic
    CellRelation Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum CellRelation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellRelation
    public enum CellRelation : System.Enum 
    Members
    MemberDescription
    Absolute 
    ColumnRelative 
    Relative 
    RowRelative 
    Inheritance Hierarchy

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

    See Also