Copy Method

Office Open XML

Copies the range of cells to an other range

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public void Copy(
	ExcelRangeBase Destination
)
Visual Basic (Declaration)
Public Sub Copy ( _
	Destination As ExcelRangeBase _
)
Visual C++
public:
void Copy(
	ExcelRangeBase^ Destination
)

Parameters

Destination
Type: OfficeOpenXml..::.ExcelRangeBase
The start cell where the range will be copied.

See Also