GlobalizationSettings.GetProtectionNameOfPivotTable

GlobalizationSettings.GetProtectionNameOfPivotTable method

Gets the protection name in the PivotTable.

[Obsolete("Use PivotGlobalizationSettings.GetTextOfProtectedName(string) method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual string GetProtectionNameOfPivotTable()

Return Value

The protection name of PivotTable

Remarks

NOTE: This member is now obsolete. Instead, please use PivotGlobalizationSettings.GetTextOfProtectedName(string) method. This property will be removed 12 months later since December 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also