get current index

Hi,

How can I get the index of the current cursor positon?

vb.net please
Thanks in advance.


1 Reply

FS Fathima Shalini P Syncfusion Team October 23, 2008 07:40 AM UTC

Hi Troy,

Thank you for your interest in Syncfusion Products.

To retrieve the index value of the current cursor's position we can use the CurrentColumn property. Please refer to the below code snippet that illustrates this:


Dim index As Integer =Me.editControl1.CurrentColumn


Please let me know if this helps you.

Regards,
Fathima


Loader.
Up arrow icon