Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTableRowCollection Class / CreateNewRow Method


In This Topic
    CreateNewRow Method
    In This Topic
    Creates a new table row with the number of cells in the table column collection
    Syntax
    'Declaration
     
    
    Public Function CreateNewRow() As NTableRow
    'Usage
     
    
    Dim instance As NTableRowCollection
    Dim value As NTableRow
     
    value = instance.CreateNewRow()
    public NTableRow CreateNewRow()
    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