[This is preliminary documentation and subject to change.]
Removes a column from the header of the result view.
HRESULT DeleteColumn(
int nCol // Index of the column to be removed
);
If a column is removed, all columns with indexes greater than the one removed are adjusted down by one.
DeleteColumn returns E_FAIL when an item has already been inserted into the result view.