Questions and answers on how to use XLSReadWriteII 3/4/5.
-
Guest
- Posts: 83
- Joined: Tue Aug 16, 2005 6:08 pm
Post
by Guest »
I try to delete a chart sere by calling
Sheet.Charts[0].Series.Delete(0);
but I get the error "Invalid pointer operation'. I know that the chart and serie exists.
THe sheet is loaded from a file with the chart.
What is wrong ?
-
larsa
- Site Admin
- Posts: 926
- Joined: Mon Jun 27, 2005 9:30 pm
Post
by larsa »
Hello
This is fixed in update 3.00.01
Lars Arvidsson
-
Guest
- Posts: 83
- Joined: Tue Aug 16, 2005 6:08 pm
Post
by Guest »
Now u get no exception from the component, but now excel crashes when you opens a file with the chart after deleting a serie from it