PivotTable.GetCellByDisplayName

PivotTable.GetCellByDisplayName method

Gets the Cell object by the display name of PivotField.

public Cell GetCellByDisplayName(string displayName)
ParameterTypeDescription
displayNameStringthe DisplayName of PivotField

Return Value

the Cell object

See Also