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
)
Public Sub New (
name As String
)
public:
PivotTableStyle(
String^ name
)
new :
name : string -> PivotTableStyle
Parameters
-
name
-
Type:
System
String
The name of the pivot table style.
Return Value
Type:
An instance of the PivotTableStyle class.
See Also