Interface CellRange

interface CellRange {
    end: CellAddress;
    start: CellAddress;
}

Properties

Properties