D
dushkin
Hi,
I am trying to delete all charts I have in my wotrkbook.
I tried this code:
Charts charts = a_wb.GetCharts();
while (charts.GetCount() > 0) {
_Chart chrt = charts.GetItem((COleVariant)((short)1));
chrt.Delete();
}
and many more algorithms...
Nothing works for me!!!
Can someone help please???
Thanks.
I am trying to delete all charts I have in my wotrkbook.
I tried this code:
Charts charts = a_wb.GetCharts();
while (charts.GetCount() > 0) {
_Chart chrt = charts.GetItem((COleVariant)((short)1));
chrt.Delete();
}
and many more algorithms...
Nothing works for me!!!
Can someone help please???
Thanks.