PivotItem
UserCaption Property
 | 
Specifies the user caption of the item.
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 UserCaption { get; }
 
Public ReadOnly Property UserCaption As String
	Get
 
public:
property String^ UserCaption {
	String^ get ();
}
 
member UserCaption : string with get
 
 
 
Property Value
Type:
String
 
See Also