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