G
Guest
Hi there!
I have created a DataGridView in VC++ (in Visual Studio 2005, .NET 2.0), say
its named "myGrid".
I am trying to use its protected method, SetSelectedRowCore, to say
highlight (select) row number 3.
but the compiler says that method can not be accessed.
I know "SetSelectedRowCore" is a protected method for DataGridView. How can
use it ? please help. Thank you very so much !!!
Cheers !
I have created a DataGridView in VC++ (in Visual Studio 2005, .NET 2.0), say
its named "myGrid".
I am trying to use its protected method, SetSelectedRowCore, to say
highlight (select) row number 3.
but the compiler says that method can not be accessed.
I know "SetSelectedRowCore" is a protected method for DataGridView. How can
use it ? please help. Thank you very so much !!!
Cheers !