Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1500
Sort groupby rows by another column
posted

Hi,

I have the single band, with several groupby rows. Those rows are grouped by ColumnA. I would like to sort groupby rows by  values in ColumnB.  It's guaranteed that values in columnB do not change for a groupby row. I couldn't find a way to do it. Is it possible? 

Thanks,

Vitaly 

Parents
  • 1500
    posted

    I created the GroupByRowComparer and assigned it to my groupby column's GroupByComparer property. In the Compare method I compare the cell values of the first child row of two passed in GroupBy rows. That works fine. 

    Although I doubt, anyway let me ask: is there another way to do the same thing?

    -Vitaly

Reply Children
No Data