OpenSTAAD V8i
Resizes a table specified by TableNo in a report specified by ReportNo.
Where:
Long variable containing the report number whose table will be resized.
Long variable containing the table number to be resized.
Long variables providing the new number of rows and columns of the table.
'Get the application object --
'Resize Table
NumRows = 10
NumCols = 5
objOpenSTAAD.Table.ResizeTable ReportNo, TableNo, NumRows, NumCols