Welcome to WindowsClient.net | Sign in | Join
If the column is a boolean column, you can just cast the object returned by the indexer to a bool.
bool checked = (bool)dataGridTopics[ row, column ];
Contributed from George Shepherd's Windows Forms FAQ