Tuesday, 3 September 2013

Excel with c#: Exculde first rows when copying a range

Excel with c#: Exculde first rows when copying a range

The following command copied the complete used range into the clipboard:
mySheet.UsedRange.Copy();
I want to just exculde the first row and copy the rest into clip board.
Please help

No comments:

Post a Comment