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