RowColumnIndex constructor
Creates the RowColumnIndex to hold coordinates of a cell.
Implementation
RowColumnIndex(this.rowIndex, this.columnIndex);
Creates the RowColumnIndex to hold coordinates of a cell.
RowColumnIndex(this.rowIndex, this.columnIndex);