CListCtrl::RemoveGroup
Removes the specified group from the list view control.
LRESULT RemoveGroup(
int iGroupId
);
- iGroupId
The identifier of the group to be removed.
Returns the index of the group if successful, or -1 otherwise.
This member function emulates the functionality of the LVM_REMOVEGROUP message, as described in the Windows SDK.
Header: afxcmn.h