XlsPivotTable
PageFieldStyle Property
|
Returns or sets the style used in the bound page field area.
The default value is a null string (no style is applied by default).
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 PageFieldStyle { get; set; }
Public Property PageFieldStyle As String
Get
Set
public:
property String^ PageFieldStyle {
String^ get ();
void set (String^ value);
}
member PageFieldStyle : string with get, set
Property Value
Type:
String
See Also