A Sandcastle Documented Class Library
![]() | DocxTableGetCell Method |
Prende la cella alle coordinate passate
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

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
- Type: SystemInt32
The row. - column
- Type: SystemInt32
The column.
Return Value
Type: DocxCellDocxCell.
