Click or drag to resize

DocxTableWriteRow Method

Scrive l'intera riga della tabella

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTable WriteRow(
	IEnumerable<string> values,
	int row
)

Parameters

values  IEnumerableString
The values.
row  Int32
The row.

Return Value

DocxTable
DocxTable.
See Also