Hello,

I have a Datagridview which has enabled the multiple selection. I manually select the rows using the ->Selected property of the Row. Still, when there is a single selected row I want to make it anchor cell for multiple selection (the row that will be used when the user will press shift click on another row).
I noticed that SetCurrentCellAddressCore is not accessible.
Thank you.