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