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