SystemListViewSetColumnOrder Method |
Sets the order in which columns appear.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected bool SetColumnOrder(
int[] newOrder
)
Protected Function SetColumnOrder (
newOrder As Integer()
) As Boolean
protected:
bool SetColumnOrder(
array<int>^ newOrder
)
member SetColumnOrder :
newOrder : int[] -> bool
Parameters
- newOrder Int32
- The new display order of the column indices.
Return Value
BooleanTrue if setting the ColumnOrder was successful.
See Also