SheetXL - v0.3.20
    Preparing search index...

    Interface CellCoords

    The coordinates of a cell in a 2D space.

    interface CellCoords {
        colIndex: number;
        rowIndex: number;
    }
    Index

    Properties

    Properties

    colIndex: number

    The column index of the cell.

    rowIndex: number

    The row index of the cell.