GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : Sort Method |
Overload | Description |
---|---|
Sort(String) | Sorts the contents of the GcMultiRow control based on the contents of the specified cell. |
Sort(Int32) | Sorts the contents of the GcMultiRow control based on the contents of the specified cell. |
Sort(String,SortOrder) | Sorts the contents of the GcMultiRow control using an implementation of the IComparer interface. |
Sort(Int32,SortOrder) | Sorts the contents of the GcMultiRow control using an implementation of the IComparer interface. |
Sort(String,SortOrder,Boolean) | Sorts the contents of the GcMultiRow control in ascending or descending order based on the contents of the specified column. |
Sort(Int32,SortOrder,Boolean) | Sorts the contents of the GcMultiRow control in ascending or descending order based on the contents of the specified column. |
Sort(String,SortOrder,IComparer) | Sorts the contents of the GcMultiRow control in ascending or descending order based on the contents of the specified column. |
Sort(Int32,SortOrder,IComparer) | Sorts the contents of the GcMultiRow control in ascending or descending order based on the contents of the specified column. |
Sort(SortItem[]) | Sorts the contents of the GcMultiRow control according to the SortItems. |
Sort(SortItem[],Int32,Int32) | Sorts the specified rows according to the SortItems. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2