IDlgGridMemDataStorage.SortByColumn(Int32, IComparer, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SortByColumn(int colIndex, System::Collections::IComparer ^ comparer, bool descending);
public void SortByColumn (int colIndex, System.Collections.IComparer comparer, bool descending);
abstract member SortByColumn : int * System.Collections.IComparer * bool -> unit
Public Sub SortByColumn (colIndex As Integer, comparer As IComparer, descending As Boolean)
Parameters
- colIndex
- Int32
- comparer
- IComparer
- descending
- Boolean