xlsworksheetchartscollection-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.collections
class xlsworksheetchartscollection
java.lang.object
com.spire.ms.system.collections.collectionbase
com.spire.xls.core.spreadsheet.collections.xlsworksheetchartscollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ichartshapes, java.lang.iterable
- direct known subclasses:
- worksheetchartscollection
public class xlsworksheetchartscollection
- extends
- implements ichartshapes
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. |
xlsworksheetchartscollection
public xlsworksheetchartscollection(java.lang.object parent)
getcount
public int getcount()
- description copied from interface:
ichartshapes
- returns the number of objects in the collection. read-only long.
- specified by:
getcount
in interface ichartshapes
- returns:
get
public ichartshape get(int index)
- description copied from interface:
ichartshapes
- returns a single chart object from a charts collection.
- specified by:
get
in interface ichartshapes
- returns:
removeat
public void removeat(int index)
- description copied from interface:
ichartshapes
- removes chart object from the collection.
- specified by:
removeat
in interface ichartshapes
- overrides:
removeat
in class com.spire.ms.system.collections.collectionbase
- parameters:
index
- index of the chart to remove.
remove
public boolean remove(java.lang.object chart)
- remove chart with specified chart.
- parameters:
chart
- instence of chart to remove.
- returns: