Click or drag to resize

DocxTableAddRow(Int32) Method

Adds the row.

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

Parameters

idx  Int32
The index.

Return Value

DocxTable
DocxTable.
See Also