Динамическое изменение ячейки DataGridView

dataGridView1.Rows[rowIndex].Cells[columnIndex].Style.BackColor = Color.Red;
Mappy Show