XlsPivotTable
CustomTableStyleName Property
|
Gets or sets the name of the custom table style for the pivot table.
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 CustomTableStyleName { get; set; }
Public Property CustomTableStyleName As String
Get
Set
public:
property String^ CustomTableStyleName {
String^ get ();
void set (String^ value);
}
member CustomTableStyleName : string with get, set
Property Value
Type:
String
See Also