Click or drag to resize

DocxTableGetCell Method

Prende la cella alle coordinate passate

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public DocxCell GetCell(
	int row,
	int column
)

Parameters

row  Int32
The row.
column  Int32
The column.

Return Value

DocxCell
DocxCell.
See Also