Namespace: Spire.Xls
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<string, PivotTableStyle> CustomTableStyles { get; }
Public ReadOnly Property CustomTableStyles As Dictionary(Of String, PivotTableStyle)
	Get
public:
property Dictionary<String^, PivotTableStyle^>^ CustomTableStyles {
	Dictionary<String^, PivotTableStyle^>^ get ();
}
member CustomTableStyles : Dictionary<string, PivotTableStyle> with get

Property Value

Dictionary<(Of <(<'String, PivotTableStyle>)>)>

See Also