Class PivotFieldCollection
Inheritance
System.Object
PivotFieldCollection
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
Item[String]
Declaration
public PivotField this[string name] { get; }
Parameters
Type |
Name |
Description |
System.String |
name |
|
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<PivotField> GetEnumerator()
Returns