接口 IPivotItems

所有超级接口:
Iterable<IPivotItem>

public interface IPivotItems extends Iterable<IPivotItem>
表示一个包含PivotTable字段中所有PivotItem对象的集合。这些项是字段类别中的单个数据条目。
  • 方法详细资料

    • getCount

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

      IPivotItem get(int index)
      返回集合中的单个对象。
      参数:
      index - 对象的索引编号。
    • get

      IPivotItem get(String name)
      返回集合中的一个单一对象。
      参数:
      name - 对象的名称。