How to get "Checkbox Value in DataGridView" ??

Sample Code:

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

Comments