OpenSTAAD V8i

Table.DeleteTable

Deletes a table specified by TableNo in a report specified by ReportNo.

VB Syntax

Table.DeleteTable ReportNo, TableNo

Where:

ReportNo

Long variable containing the report number from which a table is to be deleted.

TableNo

Long variable containing the table number to be deleted.

VB Example

'Get the application object --
'Delete Table
objOpenSTAAD.Table.DeleteTable ReportNo, TableNo