Gruff
Newcomer
Hi there.
How can you detect whether a header cell has been selected in the 'CellClick' or CellContentClick events? I don't see a 'IsHeaderCell' Property.
I would like my code to ignore header cell selection in those events.
Thanks,
[Edit] Found it. "If e.Rowindex = -1 then Exit Sub" [/Edit]
~T
How can you detect whether a header cell has been selected in the 'CellClick' or CellContentClick events? I don't see a 'IsHeaderCell' Property.
I would like my code to ignore header cell selection in those events.
Thanks,
[Edit] Found it. "If e.Rowindex = -1 then Exit Sub" [/Edit]
~T
Last edited: