| DocxTableGetTableRow Method |
Ritorna la riga di tabella
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax public DocxTableRow GetTableRow(
int row
)
Public Function GetTableRow (
row As Integer
) As DocxTableRow
public:
DocxTableRow^ GetTableRow(
int row
)
member GetTableRow :
row : int -> DocxTableRow
Parameters
- row
- Type: SystemInt32
The row.
Return Value
Type:
DocxTableRowTableRow.
See Also