[]
Remove row, column, page fields, and data fields from a PivotTable report or PivotChart report.
public static Command DeleteField(IPivotTable pvTable, PivotFieldOrientation orientation, int position)
Public Shared Function DeleteField(pvTable As IPivotTable, orientation As PivotFieldOrientation, position As Integer) As Command
| Type | Name | Description |
|---|---|---|
| IPivotTable | pvTable | |
| PivotFieldOrientation | orientation | The orientation of pivot field |
| int | position | The index of pivot field |
| Type | Description |
|---|---|
| Command | A delete command. |