Click or drag to resize

DocxTableWriteRow Method

Scrive l'intera riga della tabella

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

Parameters

values
Type: System.Collections.GenericIEnumerableString
The values.
row
Type: SystemInt32
The row.

Return Value

Type: DocxTable
DocxTable.
See Also