SystemListViewGetColumnOrder Method |
Retrieve the order in which columns appear.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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