The coordinates of cell represented by their row and column indexes.

interface GridCellIndexCoordinates {
    colIndex: number;
    rowIndex: number;
}

Properties

Properties

colIndex: number
rowIndex: number