| DocxTableGetCell Method |
Prende la cella alle coordinate passate
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public DocxCell GetCell(
int row,
int column
)
Public Function GetCell (
row As Integer,
column As Integer
) As DocxCell
public:
DocxCell^ GetCell(
int row,
int column
)
member GetCell :
row : int *
column : int -> DocxCell
Parameters
- row Int32
- The row.
- column Int32
- The column.
Return Value
DocxCellDocxCell.
See Also