[]
Gets the DataCell with the specified row and column.
public abstract DataCell this[int row, int column] { get; }
| Type | Name | Description |
|---|---|---|
| int | row | The row index of the cell. |
| int | column | The column index of the cell. |
| Type | Description |
|---|---|
| DataCell | The DataCell located at the specified row and column indices. |