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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • insert a new blank row into excel worksheet using

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

    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").S elect
    Selection.Inser t Shift:=xlDown

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