public interface IPivotLines extends java.lang.Iterable<IPivotLine>
| Modifier and Type | Method and Description |
|---|---|
IPivotLine |
get(int index)
Returns a specific element of the PivotLines collection object by its position in the collection.
|
int |
getCount()
Returns the number of items in the PivotLines collection.
|
int getCount()
IPivotLine get(int index)
index - The position of the element.