Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Indicates whether a column is unsorted, or is sorted in ascending or descending order.
int GetColumnState(
int iColumn
) const;
Parameters
- [in] iColumn
The zero-based index of a column.
Return Value
A value that indicate the sort status of the specified column. The following table lists the possible values:
Value |
Description |
|---|---|
-1 |
Sorted in descending order. |
0 |
Not sorted. |
1 |
Sorted in ascending order. |
Requirements
Header: afxheaderctrl.h