var instance = new GC.Spread.Sheets.Tables.TableManager(sheet); var value; // Type: any value = instance.resize(table, range);
Parameters
- table
- The table or the table name.
- range
- The new table range. The headers must remain in the same row, and the resulting table range must overlap the original table range.