SheetXL - v0.3.20
    Preparing search index...

    Context for Iterators to provide access to the IRange.CellCoords, the ICellHeader, and additional operators.

    interface CellHeaderContext {
        getA1(offset?: number): string;
        getCellHeader(): ICellHeader;
        getCoords(): RunCoords;
        getIndex(): number;
    }
    Index

    Methods

    • Utility method to return the offset as an A1 string.

      Parameters

      • Optionaloffset: number

      Returns string

    • Returns the index for the header

      Returns number