![]() |
||
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.SparklineCollection
public class SparklineCollection
Encapsulates a collection of Sparkline objects.
Method Summary | |
---|---|
void |
clear()
Removes all of the sparklines from this collection. |
Sparkline |
get(int index)
Gets the sparkline element at the specified index. |
boolean |
remove(int index)
Removes the sparkline at the specified position in this collection. |
boolean |
remove(Sparkline sparkline)
Removes a sparkline from this collection. |
int |
size()
Gets number of sparkline in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Sparkline get(int index)
public int size()
public void clear()
public boolean remove(int index)
index
- the zero based index of the sparkline.public boolean remove(Sparkline sparkline)
sparkline
- the sparkline to be removed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |