|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsWorksheetChartsCollection
public class XlsWorksheetChartsCollection
Constructor Summary | |
---|---|
XlsWorksheetChartsCollection(java.lang.Object parent)
|
Method Summary | |
---|---|
IChartShape |
get(int index)
Returns a single Chart object from a Charts collection. |
int |
getCount()
Returns the number of objects in the collection. |
boolean |
remove(java.lang.Object chart)
Remove chart with specified chart. |
void |
removeAt(int index)
Removes Chart object from the collection. |
Constructor Detail |
---|
public XlsWorksheetChartsCollection(java.lang.Object parent)
Method Detail |
---|
public int getCount()
IChartShapes
getCount
in interface IChartShapes
public IChartShape get(int index)
IChartShapes
get
in interface IChartShapes
public void removeAt(int index)
IChartShapes
removeAt
in interface IChartShapes
removeAt
in class com.spire.ms.System.Collections.CollectionBase
index
- Index of the chart to remove.public boolean remove(java.lang.Object chart)
chart
- Instence of chart to remove.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |