DeleteField  Table

The DeleteField function removes the field with its cells.

Syntax

Integer Table.DeleteField(
     String field)

Parameters

fieldName 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")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia