[]
        
(Showing Draft Content)

IPivotLineCells

Interface IPivotLineCells

All Superinterfaces:
Iterable<IPivotCell>

public interface IPivotLineCells extends Iterable<IPivotCell>
Collection of PivotCell objects for a specific PivotLine.
  • Method Summary

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

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

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

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