RowColumnIndex constructor

RowColumnIndex(
  1. int rowIndex,
  2. int columnIndex
)

Creates the RowColumnIndex to hold coordinates of a cell.

Implementation

RowColumnIndex(this.rowIndex, this.columnIndex);