Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
AfterCellActivate - Get Row/Column number of ActiveCell
posted

Hi Everyone!

I'm using a WinGrid and the AfterCellActivate event to give the user some information about the cell they've clicked. I need a way to get the ActiveCell's position (row and column number). Basically I'm mocking up an application that doesn't need to be written perfeclty now, it just needs to show basic functionality. I haven't written the classes or support for it, just a wingrid and I'm planning on storing some information about a cell in an XML file (click cell, get row and column number, pull that data from the XML) just to show management the look/feel/behavior of the application. (I'll worry about doing it the "right" way after they approve it!

Thanks much in advance!