PivotTable.RemoveField

RemoveField(PivotFieldType, string)

Removes a field from specific field area

public void RemoveField(PivotFieldType fieldType, string fieldName)
ParameterTypeDescription
fieldTypePivotFieldTypeThe fields area type.
fieldNameStringThe name in the base fields.

See Also


RemoveField(PivotFieldType, int)

Removes a field from specific field area

public void RemoveField(PivotFieldType fieldType, int baseFieldIndex)
ParameterTypeDescription
fieldTypePivotFieldTypeThe fields area type.
baseFieldIndexInt32The field index in the base fields.

See Also


RemoveField(PivotFieldType, PivotField)

Remove field from specific field area

public void RemoveField(PivotFieldType fieldType, PivotField pivotField)
ParameterTypeDescription
fieldTypePivotFieldTypethe fields area type.
pivotFieldPivotFieldthe field in the base fields.

See Also