ipivotfields-ag凯发旗舰厅



com.spire.xls.core
interface ipivotfields

all superinterfaces:
java.lang.iterable
all known implementing classes:
pivottablefields

public interface ipivotfields
extends java.lang.iterable

represents field collection inside pivot table.


method summary
 ipivotfield get(int index)
          returns single entry from the collection.
 ipivotfield get(java.lang.string name)
          returns single entry from the collection.
 int getcount()
          returns number of elements in the collection.
 
method detail

getcount

int getcount()
returns number of elements in the collection.
returns:

get

ipivotfield get(int index)
returns single entry from the collection.
parameters:
index - item index to return.
returns:
single entry from the collection.

get

ipivotfield get(java.lang.string name)
returns single entry from the collection.
parameters:
name - name of the item to get.


网站地图