SettablePivotGlobalizationSettings.GetTextOfProtectedName

SettablePivotGlobalizationSettings.GetTextOfProtectedName method

Gets the text for specified protected name.

public override string GetTextOfProtectedName(string protectedName)
ParameterTypeDescription
protectedNameStringThe protected name in PivotTable.

Return Value

The local prorected names of PivotTable.

Remarks

In Ms Excel, some names are not allowed to be used as the name of PivotFields in PivotTable. They are different in different region, user may specify them explicitly according to the used region.

See Also