Row copy issue

worksheet.Cells.CopyRow(cells, srcRow,destRow)

is it possible that we can specify the cell range instead of
the whole cells of the worksheet. Thanks


Hi William,

Thanks for your posting and using Aspose.Cells.

We are afraid, there is no such overload of worksheet.Cells.CopyRow() that could take range as a parameter.

As a workaround, you can try Range.Copy() method, it will copy the source range to destination range.

Please see this post that explains how to use Range.Copy() method in your other thread.

( Hello- please send me a email about the question- thanks william101.hu@gmail.com )