Class PivotTableStyle
- Namespace
- Spire.Xls.Core.Spreadsheet.PivotTables
- Assembly
- Spire.XLS.dll
public class PivotTableStyle
- Inheritance
-
PivotTableStyle
- Inherited Members
Constructors
PivotTableStyle(string)
public PivotTableStyle(string name)
Parameters
name
string
Properties
IsDefaultStyle
public bool IsDefaultStyle { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Styles
public Dictionary<PivotTableElement, PivotStyle> Styles { get; }
Property Value
Methods
SetConverter(object)
public void SetConverter(object converter)
Parameters
converter
object