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; }
Public ReadOnly Property Styles As Dictionary(Of PivotTableElement, PivotStyle)
Get
public:
property Dictionary<PivotTableElement, PivotStyle^>^ Styles {
Dictionary<PivotTableElement, PivotStyle^>^ get ();
}
member Styles : Dictionary<PivotTableElement, PivotStyle> with get
Property Value
Type:
Dictionary
PivotTableElement
,
PivotStyle
See Also