sparklinegroupcollection-ag凯发旗舰厅



com.spire.xls
class sparklinegroupcollection

java.lang.object
  extended by java.util.abstractcollection
      extended by java.util.abstractlist
          extended by java.util.arraylist<isparklinegroup>
              extended by com.spire.xls.sparklinegroupcollection
all implemented interfaces:
java.lang.iterable<isparklinegroup>, java.util.collection<isparklinegroup>, java.util.list<isparklinegroup>

public class sparklinegroupcollection
extends java.util.arraylist<isparklinegroup>

the sparkline group collection represents the collection of sparkline group objects.

see also:
serialized form

constructor summary
sparklinegroupcollection(xlsworksheet sheet)
           
 
method summary
 sparklinegroup addgroup()
          adds the sparkline group instance.
 sparklinegroup addgroup(sparklinetype sparklinetype)
          adds the sparkline group instance.
 void clear(sparklinegroup sparklinegroup)
          clears the sparkline group.
 void removeat(int index)
          remove the sparkline group by index
 
constructor detail

sparklinegroupcollection

public sparklinegroupcollection(xlsworksheet sheet)
method detail

removeat

public void removeat(int index)
remove the sparkline group by index
parameters:
index -

clear

public void clear(sparklinegroup sparklinegroup)
clears the sparkline group.
parameters:
sparklinegroup -

addgroup

public sparklinegroup addgroup(sparklinetype sparklinetype)
adds the sparkline group instance.
parameters:
sparklinetype -
returns:

addgroup

public sparklinegroup addgroup()
adds the sparkline group instance.
returns:


网站地图