code porting from v4
Posted: Mon Mar 04, 2013 11:03 am
Hi
i've just updated my components from the previous version.
I've got some already written code that i have to make work with the new version but i have some problems with these statements:
xls.sheets.clear;
xls.sheets.add;
xls.sheets[0].rows.count;
These generate errors at compile-time (even if with the previous version everything worked fine)
how can i do these operation now?
Thanks.
Andrea
i've just updated my components from the previous version.
I've got some already written code that i have to make work with the new version but i have some problems with these statements:
xls.sheets.clear;
xls.sheets.add;
xls.sheets[0].rows.count;
These generate errors at compile-time (even if with the previous version everything worked fine)
how can i do these operation now?
Thanks.
Andrea