RemoveAt Method

Office Open XML

Remove a field at a specific position

Namespace:  OfficeOpenXml.Table.PivotTable
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

[Missing <param name="Index"/> documentation for "M:OfficeOpenXml.Table.PivotTable.ExcelPivotTableRowColumnFieldCollection.RemoveAt(System.Int32)"]

See Also