GridPivotTable.Fields

Fields(GridPivotFieldType)

Gets the specific fields by the field type.

public GridPivotFieldCollection Fields(GridPivotFieldType fieldType)
ParameterTypeDescription
fieldTypeGridPivotFieldTypethe field type.

Return Value

the specific fields

See Also


Fields(string)

Gets the specific field by the field name.

public GridPivotField Fields(string fieldName)
ParameterTypeDescription
fieldNameStringthe field name.

Return Value

the specific field

See Also