[Gambas-user] How do I use Tableview

francesco francesco.difusco at ...69...
Wed Mar 9 18:14:27 CET 2005


How do I use tableview to insert data in cells? I don't see any example in the 
documentation.

For Example, I would like to fill a 10x10 table with all the numbers from 1 to 
100, in suche a manner

for i=1 to 10
for j=1 to 10
tableview1[i,j]=i*j
bext
next

I needed to color in differente colors some cells according to some 
conditions, and Benoit told me to use Tableview instead of Gridview


Thanks

Francesco




More information about the User mailing list