SystemListViewSetColumnOrder Method |
Sets the order in which columns appear.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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
- Type: SystemInt32
The new display order of the column indices.
Return Value
Type:
BooleanTrue if setting the ColumnOrder was successful.
See Also