[]
Gets the TableCell at the specified column index. This property always returns a non-null TableCell object.
public TableCell this[int col] { get; }
Type | Name | Description |
---|---|---|
int | col | The index of the cell in the current row (i.e. the column index). |
Type | Description |
---|---|
TableCell | The cell at the specified index. |