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
45
Access Cells after Outlook GroupBy
posted

On a MouseEnterElement event, i can retreive the 'Row' on which the mouse is on. I pick up a hidden cell in that row and display a tooltip based on that. This works great.

Until, when I Outlook Groupby some column and i no longer can access that cell from Row i have when the event happens.

Is there something like 'GetFilteredOutNonGroupByRow' at the cell or Row level such that i can access the data as it was originally before the GroupBy.

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

        I'm not sure I understand what you mean. Are you trying to get the cells in a GroupByRow? A GroupByRow does not have any cell, it's just a header. It has a Value property which represents the value of the cell that is being grouped. But there are no other cells in the row.

        The regular rows under the GroupByRow still have cell, the same as they would when not grouped.

Reply Children
No Data