anyone know how to get the values of a specific cell already tried using row and columns property also text as well i want to single click it not double click
Printable View
anyone know how to get the values of a specific cell already tried using row and columns property also text as well i want to single click it not double click
In the Click event, you should set your row=mouserow and col=mousecol. Your text property is what you want. If the grid will(and you have to be 100% sure) stay less than one screen in size, you can set set up mouseup and mousedown events, but they're complicated. It all depends on what you want to do with the info. I hope I've helped.