[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Model.ITable.GetCell

GetCell Method

GetCell(int, int)

Gets the cell at a specified position.

Declaration
ITableCell GetCell(int row, int col)
Function GetCell(row As Integer, col As Integer) As ITableCell
Parameters
Type Name Description
int row

The row index.

int col

The column index.

Returns
Type Description
ITableCell

The ITableCell at the specified position.