DataGridView
TMSScoreSheet.Rows[0].Cells[4].Value = "Indeterminate"; TMSScoreSheet.Rows[0].Cells[5].Value = "False"; TMSScoreSheet.Rows[0].Cells[7].Value = "False"; TMSScoreSheet.Rows[0].Cells[8].Value = "False"; TMSScoreSheet.Rows[0].Cells[9].Value = "False";
bool? b = null;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)