Version

CreateNewRow Method

Creates a new row with cells.
Syntax
'Declaration
 
Public Function CreateNewRow( _
   Optional ByVal templateRowIndex As Integer _
) As TableRowNode
public TableRowNode CreateNewRow( 
   int templateRowIndex
)

Parameters

templateRowIndex
If >= zero will use the existing row at that index as a template creating corresponding cells for each of its cells and cloning each cell's settings.

Return Value

A new TableRowNode instance with its ChildNodes initialized to the number of cells that corresponds to the maximum number of column count across all rows in the table or the number of cells from the template row.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also