c# - How to get multiple selected cell in Datagridview -
how can coordinate / location / of multiple selected cells. mean dragging column 1,row 1 column 5,row 7 in datagridview populated data.
use datagridview.selectedcells property : returns lists of selected cells.
Comments
Post a Comment