var instance; // Type: Events instance.TableResized = function(sheet, table, oldRange, newRange) { };
Parameters
- sheet
- The sheet that triggered the event.
- table
- The table which is resized.
- oldRange
- The table range before resize.
- newRange
- The table range after resize.