makis_best Well-Known Member Licensed User Longtime User May 25, 2020 #1 Hi I have a flexible table with 32 columns. I want to press a button and a new column added between column 4 and 5, is it possible? Also I want every time I press that button a new column to be added on the same place. Thank you.
Hi I have a flexible table with 32 columns. I want to press a button and a new column added between column 4 and 5, is it possible? Also I want every time I press that button a new column to be added on the same place. Thank you.
klaus Expert Licensed User Longtime User May 25, 2020 #2 There is no method in the class to do this. But you can clear and refill the table. Upvote 0