CMFCListCtrl::RemoveSortColumn
Removes a sort column from the list of sorted columns.
void RemoveSortColumn(
int iColumn
);
- [in] iColumn
The column to remove.
This method removes a sort column from the header control. It calls CMFCHeaderCtrl::RemoveSortColumn.
Header: afxlistctrl.h