Setting State Programatically


dataGridView1->Rows[Count]->Cells[COL_MAY_EXPORT]->Value = System::Windows::Forms::CheckState::Checked;

Reading State


	if (Convert::ToBoolean(dataGridView1->Rows[0]->Cells[3]->Value))