[]
        
(Showing Draft Content)

IPivotLines

Interface IPivotLines

All Superinterfaces:
Iterable<IPivotLine>

public interface IPivotLines extends Iterable<IPivotLine>
The PivotLines object is a collection of lines in a PivotTable, containing all lines on rows or columns of the pivot. Each line is a set of PivotCells.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    Returns a specific element of the PivotLines collection object by its position in the collection.
    int
    Returns the number of items in the PivotLines collection.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

      int getCount()
      Returns the number of items in the PivotLines collection.
    • get

      IPivotLine get(int index)
      Returns a specific element of the PivotLines collection object by its position in the collection. Read-only.
      Parameters:
      index - The position of the element.