private void dataGridView1_CellFormatting(object sender,DataGridViewCellFormattingEventArgs e)
{
dataGridView1.Rows[e.RowIndex].DefaultCellStyle.ForeColor = Color.White;
dataGridView1.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.Red;
}

Nenhum post foi relacionado a este