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
765
Changing the text in a cell of a Grid
posted

Assuming I have an IGrid

how do I access a specific cell and change the text inside .

I want to create an empty grid with all the rows and columns and a different function will receive the IGrid pointer and fill in the text for each cell

How do I do this . I couldnt find anything in IGrid to help me access an existing cell.

Thanks.