[]
Gets a regular table cell at the specified rowIndex
and columnIndex
.
Background and foreground cells can be obtained with the Cells property.
public TableCell this[int rowIndex, int columnIndex] { get; }
Public ReadOnly Default Property Item(rowIndex As Integer, columnIndex As Integer) As TableCell