DataGridView with an AlternatingRowsDefaultCellStyle

I'm playing with .NET2.0 (beta 2) and I have an application that is using a DataGridView with an AlternatingRowsDefaultCellStyle. Is it possible to have a single cell have a different background color than the rest, while using this property? When I try it, it only works on the even rows, not the odd ones (which are based on my Alternating style).
Thank you
-Adam
[382 byte] By [AdamPlocher] at [2007-12-16]
# 1
Nevermind, I figured it out. I just ended up looping through the DataGridView.Rows collection and setting each Style property on the individual rows.
AdamPlocher at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...