SheetXL - v0.3.20
    Preparing search index...

    Interface FillAt<T>

    Represents a callback function that provides the filled value at a given offset within a one-dimensional sequence (either a row or a column).

    Type Parameters

    • T = any
    • Parameters

      • offset: number

        0-based offset from first value.

      Returns T