SheetXL - v0.3.20
    Preparing search index...

    Represents a listen for a range. The listener will be called when the range's data, address, or restore state changes, subject to the provided options.

    If the range is deleted (rows/columns removed), the trigger will be 'address' trigger of 'address' and getRange().getError() returning "#REF!".

    If the ranges is restored to a revision before the listener was added, the listener will receive event with a trigger of 'restore' and getRange().getError() returning "#N/A".

    • Parameters

      • event: Event

      Returns void