Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initiates sorting on the column that has the specified index. Sorting is performed in an ascending order. A sort icon is displayed in the column header.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Sort(
int columnIndex
)
public:
void Sort(
int columnIndex
)
member Sort :
columnIndex:int -> unit
Public Sub Sort (
columnIndex As Integer
)
Parameters
columnIndex
Type: System.Int32The index of the column to be sorted.
See Also
Sort Overload
MmcListView Class
Microsoft.ManagementConsole Namespace
Return to top