DocxTable.AddRow Method (Int32)

QsInformatica.Utils

DocxTableAddRow Method (Int32)

Adds the row.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTable AddRow(
	int idx
)
Public Function AddRow ( 
	idx As Integer
) As DocxTable
public:
DocxTable^ AddRow(
	int idx
)
member AddRow : 
        idx : int -> DocxTable 

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: DocxTable
DocxTable.
See Also