







|
| EPPlus 3.0 |
| ExcelWorksheets..::.Add Method (String, ExcelWorksheet) |
| ExcelWorksheets Class See Also Send Feedback |
Adds a copy of a worksheet
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelWorksheet Add( string Name, ExcelWorksheet Copy ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ Name As String, _ Copy As ExcelWorksheet _ ) As ExcelWorksheet |
| Visual C++ |
|---|
public: ExcelWorksheet^ Add( String^ Name, ExcelWorksheet^ Copy ) |
Parameters
- Name
- Type: System..::.String
The name of the workbook
- Copy
- Type: OfficeOpenXml..::.ExcelWorksheet
The worksheet to be copied
Return Value
[Missing <returns> documentation for "M:OfficeOpenXml.ExcelWorksheets.Add(System.String,OfficeOpenXml.ExcelWorksheet)"]
