SheetXL - v0.3.20
    Preparing search index...

    Interface ForEachCallback<T>

    Callback used for visiting a collection of cells. If break is returned the visiting will stop with the break value returned.

    The context allows for the retrieval of additional information associated with the Cell include the ICell object.

    Type Parameters

    • T = any