[]
Gets the matrix cell by the specified row and column index.
IMatrixCell this[int row, int column] { get; }
Type | Name | Description |
---|---|---|
int | row | The row index of the matrix cell. |
int | column | The column index of the matrix cell. |
Type | Description |
---|---|
IMatrixCell | The IMatrixCell at the specified row and column index. |