Click or drag to resize

PivotTableStyle Styles Property

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.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Dictionary<PivotTableElement, PivotStyle> Styles { get; }

Property Value

Type: Dictionary PivotTableElement , PivotStyle
See Also