Help for this page

Select Code to Download


  1. or download this
        $curSheet->Rows("2:2")->Insert({Shift => 'xlDown'});
    
  2. or download this
        $curSheet->Rows("2:2")->Insert();
    
  3. or download this
        $curSheet->Rows("2:2")->Insert({Shift => xlDown});