The DeleteField function removes the field with its cells.
Syntax
Integer Table.DeleteField(
String field)
String field)
Parameters
| field | Name or Index of the field. | Required |
|---|
Return value
The DeleteField function returns true.
If an error occurs, the DeleteField function returns false.
Example
// Delete the first field
myTable.DeleteField("0")
myTable.DeleteField("0")