Table of Contents

Interface IPivotCalculatedFields

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

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

Methods

Add(string, string)

IPivotField Add(string name, string formula)

Parameters

name string
formula string

Returns

IPivotField