![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.PivotItems
public class PivotItems
Presents a collection of all the PivotItem objects in a PivotTable field.
Method Summary | |
---|---|
PivotItem |
get(int index)
Gets the pivot item at the specific index. |
int |
get(java.lang.String strValue)
Gets the pivot item index by the item string value. |
int |
size()
Gets the size of the pivot items. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public PivotItem get(int index)
index
- the specific index.
public int get(java.lang.String strValue)
strValue
- the item string value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |