Read NX Drafting table via NX Open

Hey all, I need to get user input using the Drafting table. Is there any method to get the values written in any cell of the table.I know we can set the value using "EditCellText" method. Is there any method to get the value written in the cell?
If not, what method should be used to get user input in a tabular, visual manner(apart from the expressions window)

Thanks in advance!

You can use the .AskCellText method to get the text from a cell. A code example that reads cells of a tabular note can be found here:

http://nxjournaling.com/comment/678#comment-678

Thanks, I was able to make it work!