Programmer's Guide > Interfaces > TableObject interface > deleteAttribute method
  
deleteAttribute method
Delete an attribute.
deleteAttribute(attributeName )
Parameters
StringattributeName
The DOMString giving the name of the attribute to be deleted.
Returns
void
Throws
TableException
INVALID_ATTRIBUTE_ERR: Raised if the attributeName is not valid for this object.