SheetXL - v0.3.20
    Preparing search index...

    The coordinates of a single cell in a 2D space.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    colIndex: number

    The column index of the cell.

    rowIndex: number

    The row index of the cell.