接口 IPivotFormulas
- 所有超级接口:
Iterable<IPivotFormula>
表示 IPivotFormula 的集合。
-
方法概要
从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCount
int getCount()返回集合中的对象数量。 -
get
返回指定索引的IPivotFormula
。- 参数:
index
- 透视公式的索引。- 返回:
IPivotFormula
-