'宣言 Public Overloads Sub Sort( _ ByVal comparer As System.Collections.IComparer _ )
public void Sort( System.Collections.IComparer comparer )
パラメータ
- comparer
- An object that implements the System.Collections.IComparer interface used to compare Row objects. This can be used to provide custom sorting.