PivotDataField
CustomName Property
|
Gets/sets pivot field custom name.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string CustomName { get; set; }
Public Property CustomName As String
Get
Set
public:
virtual property String^ CustomName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CustomName : string with get, set
override CustomName : string with get, set
Property Value
Type:
String
Implements
IPivotDataField
CustomName
See Also