deleteAttribute method
Delete an attribute.
deleteAttribute(attributeName )
Parameters
String attributeName
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.
这对您有帮助吗?