Show / Hide Table of Contents

Class PivotFieldCollection

Inheritance
System.Object
PivotFieldCollection
Namespace: DRIT.Spreadsheet.Pivot
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PivotFieldCollection : IEnumerable<PivotField>

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Item[Int32]

Declaration
public PivotField this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
PivotField

Item[String]

Declaration
public PivotField this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
PivotField

Methods

GetEnumerator()

Declaration
public IEnumerator<PivotField> GetEnumerator()
Returns
Type Description
IEnumerator<PivotField>
Back to top Generated by DocFX