Show / Hide Table of Contents

Class PivotItemCollection

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

Properties

Count

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

Item[Int32]

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

Item[String]

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

Methods

GetEnumerator()

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