Link to home
Start Free TrialLog in
Avatar of tjfan
tjfan

asked on

DataGridView Header Access

I know how to access the column header of a DataGridView by:
grid.Rows[0].HeaderCell or grid.Columns[0].HeaderCell.
But how do I access the very top left cell (see attached image for example, the blank cell to the left of "JAN 2006 ACT").

grid.jpg
Avatar of tjfan
tjfan

ASKER

Correction: the blank cell to the left of "JAN 2006 ACT" (hit the "submit" button too soon).
ASKER CERTIFIED SOLUTION
Avatar of Wayne Taylor (webtubbs)
Wayne Taylor (webtubbs)
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial