Workbook
CustomTableStyles Property
|
Gets the custom table styles defined in the Excel workbook.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
Dictionary
String
,
PivotTableStyle
See Also