Parameters
- order
- SortFlags value that specifies the sort direction and options.
- col1
- First column in the range.
- col2
- Last column in the range.
When you sort multiple columns, the same sorting options are applied to each column, starting from the leftmost column in the range and proceeding to the right.
To sort multiple columns using a different sorting order for each, you can either call the C1FlexGridBase.Sort method multiple times or set each column's Column.Sort property and call the C1FlexGridBase.Sort method including the SortFlags.UseColSort flag in the order parameter.