Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Model Namespace / ITable Interface / GetCell Method
The row index.
The column index.

In This Topic
    GetCell Method
    In This Topic
    Gets the cell at a specified position.
    Syntax
    'Declaration
     
    Function GetCell( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As ITableCell
    ITableCell GetCell( 
       System.int row,
       System.int col
    )

    Parameters

    row
    The row index.
    col
    The column index.

    Return Value

    The ITableCell at the specified position.
    See Also