Sample Code:
Dim chkBoxCell As New DataGridViewCheckBoxCell
chkBoxCell = datagrid1.Rows(e.RowIndex).Cells(column1)
debug.Print (chkBoxCell.EditingCellFormattedValue )
Dim chkBoxCell As New DataGridViewCheckBoxCell
chkBoxCell = datagrid1.Rows(e.RowIndex).Cells(column1)
debug.Print (chkBoxCell.EditingCellFormattedValue )
Comments