[]
        
立即试用
(Showing Draft Content)

IPivotLineCells

Interface IPivotLineCells

All Superinterfaces:
Iterable<IPivotCell>

public interface IPivotLineCells extends Iterable<IPivotCell>
特定PivotLine的PivotCell对象集合。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    返回由其在集合中的位置指定的PivotLineCells集合对象中的特定元素。只读。
    int
    返回PivotLineCells集合中的项目数。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

      int getCount()
      返回PivotLineCells集合中的项目数。
    • get

      IPivotCell get(int index)
      返回由其在集合中的位置指定的PivotLineCells集合对象中的特定元素。只读。
      Parameters:
      index - 元素的位置。