How to get the clicked row, column and cell in DataGridView?
|
Article Information
|
Article relates to VIBlend DataGridView for WinForms
|
How To
|
Get the current row, column or cell when you click on the vDataGridView.
|
Solution
|
To achieve this, follow these steps:
|
If you need to get the current row, column and cell when you click on a DataGridView cell, use the CellMouseClick event and its event arguments.
|
|
|