Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENTableCellPortDirection Enumeration


In This Topic
    ENTableCellPortDirection Enumeration
    In This Topic
    Enumerates the table cell port direction
    Syntax
    'Declaration
     
    
    Public Enum ENTableCellPortDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTableCellPortDirection
    public enum ENTableCellPortDirection : System.Enum 
    Members
    MemberDescription
    BottomThe port is on the bottom side of the cell
    LeftThe port is on the left side of the cell
    RightThe port is on the right side of the cell
    TopThe port is on the top side of the cell
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENTableCellPortDirection

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also