Click or drag to resize

DocxTableAddRow Method (IListString)

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

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

Parameters

rowdata
Type: System.Collections.GenericIListString
The rowdata.

Return Value

Type: DocxTable
DocxTable.
See Also