ichartshapes-ag凯发旗舰厅



com.spire.xls.core
interface ichartshapes

all superinterfaces:
java.lang.iterable
all known implementing classes:
worksheetchartscollection, xlsworksheetchartscollection

public interface ichartshapes
extends java.lang.iterable

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.
 void removeat(int index)
          removes chart object from the collection.
 
method detail

getcount

int getcount()
returns the number of objects in the collection. read-only long.
returns:

get

ichartshape get(int index)
returns a single chart object from a charts collection.
parameters:
index -
returns:

removeat

void removeat(int index)
removes chart object from the collection.
parameters:
index - index of the chart to remove.


网站地图