In This Topic
Gets the table cell at a specified row and column indices.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As Cell
public Cell this[
System.int ,
System.int
]; {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