Copies this cell range to the specified position.
Copies this cell range to another worksheet.
public void CopyTo(ExcelWorksheet,int,int);
Copies this cell range to another worksheet.
public void CopyTo(ExcelWorksheet,string);
Copies this cell range to another position in the same worksheet.
public void CopyTo(int,int);
Copies this cell range to another position in the same worksheet.
public void CopyTo(string);
CellRange Class | GemBox.Spreadsheet Namespace