Help for this page

Select Code to Download


  1. or download this
    my $row = $table->Rows->Item($rownum); #crashes!
    
  2. or download this
    my $row = $table->Rows($rownum)->Item; # probably also crashes, but di
    +fferently ;-)