Help for this page

Select Code to Download


  1. or download this
    #my $ChartObjects=$Sheet->ChartObjects();
    foreach my $c (in $Sheet->ChartObjects() ) {
    ...
        #There is a $c->{CodeName} property too... 
        #Store $Chart->{Name} at creation and check against that?
    }