cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GetCell method error, how can I avoid it?

0 Likes
1,729

Hi, I want to get the text of cell from a table.

When I try to GetCell(2,0), and error happended. I know this cell is read-only and cannot even be focused.

But I don't know which cells are read-only.

So, can you give me some suggestions?

Any suggestions would be appreciated 🙂

View Entire Topic
Sandra_Rossi
Active Contributor
0 Likes

Documentation: GuiTableControl object

I tried to explain here (Stack Overflow) how to go through the lines of a table control, you may find properties like VisibleRowCount and more.