D
Dom
I like to use the AlternateRow option for DataGridViews, so that the
odd rows have a defaut style, and the even rows have an alternate
style, usually just a light blue backcolor.
Sometimes I need to change the style of cell to give a visual clue
about the data, for example, italicise it. But (as far as I know), I
need to know which row I am on, so I can maintain the backcolor. Is
there something like a DataGridView1.Rows[0].IsAlternate property?
Dom
odd rows have a defaut style, and the even rows have an alternate
style, usually just a light blue backcolor.
Sometimes I need to change the style of cell to give a visual clue
about the data, for example, italicise it. But (as far as I know), I
need to know which row I am on, so I can maintain the backcolor. Is
there something like a DataGridView1.Rows[0].IsAlternate property?
Dom