Click or drag to resize

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

Property Value

Type: Dictionary String , PivotTableStyle
See Also