public interface IPivotFields extends java.lang.Iterable<IPivotField>
| Modifier and Type | Method and Description |
|---|---|
IPivotField |
get(int index)
Returns a single object from a collection.
|
IPivotField |
get(java.lang.String name)
Returns a single object from a collection.
|
int |
getCount()
Returns the number of objects in the collection .
|
int getCount()
IPivotField get(int index)
index - The index number for the object.IPivotField get(java.lang.String name)
name - The name for the object.