###User Defined Function###
_GUICtrlListView_SetColumnOrder

###Description###
Sets the left-to-right order of columns

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_SetColumnOrder ( $hWnd, $sOrder )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$sOrder
	Use Opt('GUIDataSeparatorChar', param) to set Separator Char, delimited column order, must be formated as follows:
		"2|0|3|1"
@@End@@

###ReturnValue###
None.


###Remarks###
Columns are 0-based.


###Related###
_GUICtrlListView_GetColumnOrder, _GUICtrlListView_SetColumnOrderArray


###Example###
@@IncludeExample@@
