Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Table Class / Item Property
The row index in the table.
The cell (column) index in the table row.

In This Topic
    Item Property (Table)
    In This Topic
    Gets the table cell at a specified row and column indices.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal rowIndex As System.Integer, _
       ByVal cellIndex As System.Integer _
    ) As Cell
    public Cell this[ 
       System.int rowIndex,
       System.int cellIndex
    ]; {get;}

    Parameters

    rowIndex
    The row index in the table.
    cellIndex
    The cell (column) index in the table row.

    Property Value

    The table Cell.
    See Also