Table of Contents

Interface IPivotFields

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IPivotFields : IEnumerable
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

this[int]

IPivotField this[int index] { get; }

Parameters

index int

Property Value

IPivotField

this[string]

IPivotField this[string name] { get; }

Parameters

name string

Property Value

IPivotField