pivottablefields-ag凯发旗舰厅
com.spire.xls
class pivottablefields
java.lang.object
com.spire.ms.system.collections.collectionbase
com.spire.xls.pivottablefields
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ipivotfields, java.lang.iterable
public class pivottablefields
- extends
- implements ipivotfields
method summary |
java.lang.object |
deepclone(java.lang.object parent)
creates a copy of the current object. |
ipivotfield |
get(java.lang.string name)
returns single entry from the collection. |
pivottablefields
public pivottablefields(java.lang.object parent)
get
public ipivotfield get(java.lang.string name)
- returns single entry from the collection.
- specified by:
get
in interface ipivotfields
- parameters:
name
- name of the item to get.
- returns:
- single entry from the collection.
deepclone
public java.lang.object deepclone(java.lang.object parent)
- creates a copy of the current object.
- overrides:
in class
- parameters:
parent
- new parent for the created object.
- returns: