WorksheetChangedEventListener: ((changedCells: Cell[]) => void)

Type declaration

    • (changedCells: Cell[]): void
    • Function type for the event listener that is called when a worksheet is changed.

      Parameters

      • changedCells: Cell[]

        The cells affected by the change.

      Returns void

Generated using TypeDoc