java.lang.ObjectCollectionBase
com.aspose.cells.SparklineGroupCollection
public class SparklineGroupCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase |
SparklineGroup | get(int index) | |
Gets the |
Method Summary | ||
---|---|---|
int | add(int type, java.lang.String dataRange, boolean isVertical, CellArea locationRange) | |
Adds an |
||
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase |
Reserved for internal use. | ||
void | clear() | → inherited from com.aspose.cells.CollectionBase |
void | clearSparklineGroups(CellArea cellArea) | |
Clears the sparkline groups that overlaps an area of cells. | ||
void | clearSparklines(CellArea cellArea) | |
Clears the sparklines that is inside an area of cells. | ||
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase |
Reserved for internal use. | ||
java.lang.Object | get(int index) | → inherited from com.aspose.cells.CollectionBase |
Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase |
Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase |
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase |
Property Getters/Setters Detail |
---|
getCount | → inherited from com.aspose.cells.CollectionBase |
public int getCount() |
get | |
public SparklineGroup get(int index) |
index
- The zero based index of the element.Method Detail |
---|
add | |
public int add(int type, java.lang.String dataRange, boolean isVertical, CellArea locationRange) |
type
- A dataRange
- Specifies the data range of the sparkline group.isVertical
- Specifies whether to plot the sparklines from the data range by row or by column.locationRange
- Specifies where the sparklines to be placed.clearSparklines | |
public void clearSparklines(CellArea cellArea) |
cellArea
- Specifies the area of cellsclearSparklineGroups | |
public void clearSparklineGroups(CellArea cellArea) |
cellArea
- Specifies the area of cellsclear | → inherited from com.aspose.cells.CollectionBase |
public void clear() |
removeAt | → inherited from com.aspose.cells.CollectionBase |
public void removeAt(int index) |
iterator | → inherited from com.aspose.cells.CollectionBase |
public java.util.Iterator iterator() |
get | → inherited from com.aspose.cells.CollectionBase |
public java.lang.Object get(int index) |
contains | → inherited from com.aspose.cells.CollectionBase |
public boolean contains(java.lang.Object value) |
add | → inherited from com.aspose.cells.CollectionBase |
public int add(java.lang.Object value) |
indexOf | → inherited from com.aspose.cells.CollectionBase |
public int indexOf(java.lang.Object value) |