Why is there a DataGridViewRow.Cells property, but not a DataGridViewColumn.Cells property?
What's so important about rows that I'll never want to iterate down a column? I'm not saying that it makes it particularly difficult to do or anything, it just strikes me as oddly asymmetrical.
I'm implementing a "fill down" type behaviour, and it'd be handy is all.