Table of Contents

Interface IPivotTables

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IPivotTables

Properties

Count

int Count { get; }

Property Value

int

this[int]

IPivotTable this[int index] { get; }

Parameters

index int

Property Value

IPivotTable

this[string]

IPivotTable this[string name] { get; }

Parameters

name string

Property Value

IPivotTable

Methods

Add(string, CellRange, PivotCache)

PivotTable Add(string name, CellRange location, PivotCache cache)

Parameters

name string
location CellRange
cache PivotCache

Returns

PivotTable

Remove(string)

void Remove(string name)

Parameters

name string

RemoveAt(int)

void RemoveAt(int index)

Parameters

index int