Click or drag to resize

DocxTableGetTableRow Method

Ritorna la riga di tabella

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

Parameters

row
Type: SystemInt32
The row.

Return Value

Type: DocxTableRow
TableRow.
See Also