Click or drag to resize

DocxTableAddRow Method (Int32)

Adds the row.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTable AddRow(
	int idx
)

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: DocxTable
DocxTable.
See Also