[]
        
(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; }
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.