insert a new blank row into excel worksheet using C#.

  • Thread starter Thread starter insert a new blank row into excel worksheet using
  • Start date Start date
I

insert a new blank row into excel worksheet using

Help ! please help! i can't find the way to insert a new
blank row into excel worksheet using C#. Example macro in
vb6 as below :

Rows("15:15").Select
Selection.Insert Shift:=xlDown

i have searched through the net but still can't find the
solution.
 
Back
Top