B4J Question Tableview - Set cell value

tcgoh

Active Member
Licensed User
Longtime User
Hi,

Is it possible to set a value in a table cell ? eg. column 1, row 2 = "test" without having to create a Table CLASS like B4a, which I'm not familiar with.

Table1.SetValue(2,0,"Test")

Thanks
 
Top