Dear Users,
I have a rather big table that contains one row with ring control cells.
Teh table is filled from a few arrays before usage and the user is supposed change the value of certain cells by selecting the ring items.
I have 2 questions:
1.) is there a fast way to fill the ring items (value list ) of a complete column ?
All cells should have the same ring elements.
(The function InsertTableCellRangeRingItem() is rather slow...)
2.) is there a fast way to fill the column using an array of ring indices ?
I have an array of indeces present that I want to use to fill the whole column at one.
Using SetTableCellValFromIndex() is rather slow. I would need a function SetTableCellRangeValFromIndex
Is there any possibility ?
Thanks for your help !!!