XlsPivotField
Caption Property
|
Specifies the unique name of the member property to be used as a caption for the field
and field items.
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 Caption { get; set; }
Public Property Caption As String
Get
Set
public:
property String^ Caption {
String^ get ();
void set (String^ value);
}
member Caption : string with get, set
Property Value
Type:
String
See Also