G giannis Feb 24, 2007 #1 With what expression we read the value of a cell of the first column in a click event ?
G giannis Feb 24, 2007 #2 giannis said: With what expression we read the value of a cell of the first column in a click event ? Click to expand... is it correct ? datagridview.Rows(datagridview.CurrentCell.RowIndex).Cells(0).Value
giannis said: With what expression we read the value of a cell of the first column in a click event ? Click to expand... is it correct ? datagridview.Rows(datagridview.CurrentCell.RowIndex).Cells(0).Value