ashok ashok

ashok ashok

  • NA
  • 14
  • 3.3k

How to copy a row in excel using C#

Sep 2 2020 5:19 AM
Hi All,
I tried to copy a row and past to specific position but throwing error by stating that copy method has nover loaded method which takes 3 paramaters.Can some one help me on this.
 
ws.Copy(ws.Range["A1: C1"], ws.Range["A9: C9"], true); 
 

Answers (2)