Deletes the THEAD element and all its contents from the table.
Syntax
HRESULT deleteTHead(void);
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
If only one THEAD element exists in the source, this method will delete the table heading. If other THEAD elements have been defined, the next one in the source order will move to the head of the table.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
createTHead