2
Answers

How to copy a row in excel using C#

ashok ashok

ashok ashok

4y
908
1
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)