Initializes a new instance of the PivotTableStyle class

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PivotTableStyle(
	string name
)
Public Sub New ( 
	name As String
)
public:
PivotTableStyle(
	String^ name
)
new : 
        name : string -> PivotTableStyle

Parameters

name
String

See Also