Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTableRowPort Class / TableRow Property


In This Topic
    TableRow Property
    In This Topic
    Gets the table column of this port
    Syntax
    'Declaration
     
    
    Public Property TableRow As NTableRow
    'Usage
     
    
    Dim instance As NTableRowPort
    Dim value As NTableRow
     
    instance.TableRow = value
     
    value = instance.TableRow
    public NTableRow TableRow {get; set;}
    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