I use Visual basic 8.0
I have a bound Datagridview.
This Datagridview has 25 row.

Only thing i want to clear the row Contents of a specific row.
I want not delete of remove the row!!!!

How can helpme with this problem?

Thanks,

André

See if this helps.

'// Clear all SelectedCells.
        For Each cell As DataGridViewCell In DataGridView1.SelectedCells : cell.Value = Nothing : Next
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.