Language Reference Guide : 4. System Classes : TableField Class : DeleteColumn Method
 
Share this page                  
DeleteColumn Method
The DeleteColumn method removes a column field from a table field.
This method has the following syntax:
TableField.DeleteColumn(position = integer)
This method has the following parameter:
position
Specifies the number of the column field to be removed
After deleting the column, OpenROAD moves all the columns in higher positions down by one column.
For a discussion and example of deleting a column from a table field dynamically, see the Programming Guide.