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 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

Dictionary<(Of <(<'PivotTableElement, PivotStyle>)>)>

See Also