Posted 2 October 2019, 12:34 pm EST
Good afternoon,
I’m currently trying to add/remove programmatically columns using the methods mentioned on the title.
Unfortunately, I realised that even when the user add a new column manually the method getColumnCount doesn’t return the updated value.
e.g. if the sheet instance gets generated with 10 columns (with data injected via setDataSource method) and the user adds or deletes manually some columns the getColumnCount returns always 10 as value.
