Interface CellsRow

interface CellsRow {
    c?: CellsJSON;
    r: number;
}

Properties

c? r

Properties

r: number