Click or drag to resize

DocxTableAddRow(IListString) Method

Adds the row. To make it easy from Python...

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTable AddRow(
	IList<string> rowdata
)

Parameters

rowdata  IListString
The rowdata.

Return Value

DocxTable
DocxTable.
See Also