RemoveAt Method

Office Open XML

Removes the comment at the specified position

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

Syntax

C#
public void RemoveAt(
	int Index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	Index As Integer _
)
Visual C++
public:
void RemoveAt(
	int Index
)

Parameters

Index
Type: System..::.Int32
The index

See Also