Microsoft.ManagementConsole.MmcListView.Sort C# (CSharp) Method

Sort() public method

public Sort ( int columnIndex ) : void
columnIndex int
return void
        public void Sort(int columnIndex)
        {
            this.Sort(columnIndex, false);
        }

Same methods

MmcListView::Sort ( int columnIndex, bool descending ) : void
MmcListView::Sort ( int columnIndex, bool descending, bool hideSortIcon ) : void