Click or drag to resize

PivotTableStyle Class

Represents a style that can be applied to a pivot table in a spreadsheet application. This class encapsulates various styling properties that can be customized to enhance the visual presentation of pivot tables.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet.PivotTables PivotTableStyle

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

The PivotTableStyle type exposes the following members.

Constructors
Name Description
Public method PivotTableStyle
Initializes a new instance of the PivotTableStyle class with the specified name.
Top
Properties
Name Description
Public property IsDefaultStyle
Gets or sets a value indicating whether the style is the default style.
Public property Name
Gets or sets the name.
Public property Styles
Represents a collection of styles associated with elements in a pivot table, where each key is a PivotTableElement and the corresponding value is the PivotStyle applied to that element.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetConverter
Sets the converter for table styles.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also