Interface IPivotFields
public interface IPivotFields : IEnumerable
- Inherited Members
Properties
Count
int Count { get; }
Property Value
this[int]
IPivotField this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IPivotField this[string name] { get; }
Parameters
name
string