How to Sort a Collection
27 Mar 2018 / 1 minute to read
To sort your data, add the name of the property that you want to sort to the Engine.TableDescriptor.SortedColumns collection.
// Sort column A.
groupingEngine.TableDescriptor.SortedColumns.Add("A");
' Sort column A.
groupingEngine.TableDescriptor.SortedColumns.Add("A")
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page