Table of Contents

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

bool

Name

public string Name { get; }

Property Value

string

Styles

public Dictionary<PivotTableElement, PivotStyle> Styles { get; }

Property Value

Dictionary<PivotTableElement, PivotStyle>

Methods

SetConverter(object)

public void SetConverter(object converter)

Parameters

converter object