Delete Method (Int32)

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(
	int Index
)
Visual Basic (Declaration)
Public Sub Delete ( _
	Index As Integer _
)
Visual C++
public:
void Delete(
	int Index
)

Parameters

Index
Type: System..::.Int32
The position of the worksheet in the workbook

See Also