Common Application Framework

CommandList.Sort Method

Sorts the elements in the CommandList or a portion of it.

Overload List

Sorts the elements in the CommandList or a portion of it.

public override void Sort();

Sorts the elements in the CommandList or a portion of it.

public override void Sort(IComparer);

Sorts the elements in the CommandList or a portion of it.

public override void Sort(int,int,IComparer);

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace