MmcListView.Sort Method (Int32)

 

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.Int32

    The index of the column to be sorted.

See Also

Sort Overload
MmcListView Class
Microsoft.ManagementConsole Namespace

Return to top