Table of Contents

Interface IPivotDataFields

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

PivotDataField this[int index] { get; }

Parameters

index int

Property Value

PivotDataField

this[string]

IPivotDataField this[string name] { get; }

Parameters

name string

Property Value

IPivotDataField

Methods

Add(IPivotField, string, SubtotalTypes)

IPivotDataField Add(IPivotField field, string name, SubtotalTypes subtotal)

Parameters

field IPivotField
name string
subtotal SubtotalTypes

Returns

IPivotDataField