resize
Description:
public void resize (
uint rows,
uint columns)
If you need to change a table’s size after it has been created, this function allows you to do so.
Note:
Grid resizes automatically.
Parameters:
| this |
The Table you wish to change the size of.
|
| rows |
The new number of rows.
|
| columns |
The new number of columns.
|