Click or drag to resize

PivotTableStyle Constructor

Initializes a new instance of the PivotTableStyle class with the specified name.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotTableStyle(
	string name
)

Parameters

name
Type: System String
The name of the pivot table style.

Return Value

Type:
An instance of the PivotTableStyle class.
See Also