Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTableBlock Class / TryGetColumnPort Method


In This Topic
    TryGetColumnPort Method
    In This Topic
    Gets the cell port for the specified row / col index and direction
    Syntax
    'Declaration
     
    
    Public Function TryGetColumnPort( _
       ByVal colIndex As System.Integer, _
       ByVal topOrBottom As System.Boolean, _
       ByRef port As NTableColumnPort _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTableBlock
    Dim colIndex As System.Integer
    Dim topOrBottom As System.Boolean
    Dim port As NTableColumnPort
    Dim value As System.Boolean
     
    value = instance.TryGetColumnPort(colIndex, topOrBottom, port)
    public System.bool TryGetColumnPort( 
       System.int colIndex,
       System.bool topOrBottom,
       out NTableColumnPort port
    )

    Parameters

    colIndex
    topOrBottom
    port
    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