Click or drag to resize

DocxTableGetTableRow Method

Ritorna la riga di tabella

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public DocxTableRow GetTableRow(
	int row
)

Parameters

row  Int32
The row.

Return Value

DocxTableRow
TableRow.
See Also