[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Table.Item

this Property

this[int, int]

Gets the table cell at a specified row and column indices.

Declaration
public Cell this[int rowIndex, int cellIndex] { get; }
Public ReadOnly Default Property Item(rowIndex As Integer, cellIndex As Integer) As Cell
Parameters
Type Name Description
int rowIndex

The row index in the table.

int cellIndex

The cell (column) index in the table row.

Property Value
Type Description
Cell

The table Cell.