Click or drag to resize

DocxTableGetCell Method

Prende la cella alle coordinate passate

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

Parameters

row
Type: SystemInt32
The row.
column
Type: SystemInt32
The column.

Return Value

Type: DocxCell
DocxCell.
See Also