[]
        
立即试用
(Showing Draft Content)

IPivotItemList

Interface IPivotItemList

All Superinterfaces:
Iterable<IPivotItem>

public interface IPivotItemList extends Iterable<IPivotItem>
指定数据透视表中所有PivotItem对象的集合。每个PivotItem表示数据透视表字段中的一个项目。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int field)
    保留给内部使用。
    int
    返回集合中的对象数量。只读整数。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

      int getCount()
      返回集合中的对象数量。只读整数。
    • get

      IPivotItem get(int field)
      保留给内部使用。