Interface CellAddress

interface CellAddress {
    col: number;
    row: number;
}

Properties

Properties

col: number
row: number