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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -