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.
Remarks
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".
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.
Remarks
If the range is deleted (rows/columns removed), the trigger will be
'address'
trigger
of'address'
andgetRange().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'
andgetRange().getError()
returning"#N/A"
.