Workbook
AddPivotTableStyle Method
|
Adds a pivot table style to the workbook.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddPivotTableStyle(
PivotTableStyle pts
)
Public Sub AddPivotTableStyle (
pts As PivotTableStyle
)
public:
void AddPivotTableStyle(
PivotTableStyle^ pts
)
member AddPivotTableStyle :
pts : PivotTableStyle -> unit
Parameters
-
pts
-
Type:
Spire.Xls.Core.Spreadsheet.PivotTables
PivotTableStyle
The pivot table style to add.
See Also