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.