Delete Method (String)

Office Open XML

Deletes a worksheet from the collection

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

Syntax

C#
public void Delete(
	string name
)
Visual Basic (Declaration)
Public Sub Delete ( _
	name As String _
)
Visual C++
public:
void Delete(
	String^ name
)

Parameters

name
Type: System..::.String
The name of the worksheet in the workbook

See Also