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.
Thanks Mike, you are right on "The regular rows under the GroupByRow still have cell, the same as they would when not grouped. "
My implementation was incorrect.
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.