GemBox.Spreadsheet

CellRange.CopyTo Method

Copies this cell range to the specified position.

Overload List

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);

See Also

CellRange Class | GemBox.Spreadsheet Namespace