Table of Contents

Interface IPivotCaches

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IPivotCache this[int index] { get; }

Parameters

index int

Property Value

IPivotCache

Methods

Add(CellRange)

PivotCache Add(CellRange range)

Parameters

range CellRange

Returns

PivotCache