SystemListViewGetColumnOrder Method |
Retrieve the order in which columns appear.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public int[] GetColumnOrder()
Public Function GetColumnOrder As Integer()
public:
array<int>^ GetColumnOrder()
member GetColumnOrder : unit -> int[]
Return Value
Type:
Int32Current display order of column indices
See Also