com.spire.xls
Class PivotTableFields
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
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 CollectionExtended
- 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:
deepClone
in class CollectionExtended
- Parameters:
parent
- New parent for the created object.
- Returns: