Resize
methodsResize the sheet to accommodate the specified number of rows and columns. If the new dimensions are smaller than the current ones, any existing data in the rows or columns that are to be removed will be discarded.
Parameters:newRowsNumber
newColumnsNumber
The new number of rows.
The new number of columns.