chartcategorycollection-ag凯发旗舰厅



com.spire.presentation.collections
class chartcategorycollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by com.spire.presentation.collections.chartcategorycollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class chartcategorycollection
extends com.spire.ms.system.collections.collectionbase

represents collection of


constructor summary
chartcategorycollection( parent)
           
 
method summary
 int append(cellrange cellrange)
          creates new chart category from and adds it to the collection.
 int append(float value)
          append a numberic value.
 int append(java.lang.object value)
          creates new from value and adds it to the collection.
 int append(java.lang.string value)
          append a string value.
 chartcategory get(int index)
          gets the element at the specified index.
 cellranges getcategorylabels()
          gets the cellranges from list of chartcategory.
 int indexof(chartcategory value)
          searches for the specified and returns the zero-based index of the first occurrence within the entire collection
 void remove(chartcategory value)
          removes the specified value.
 void setcategorylabels(cellranges value)
          sets the cellranges from list of chartcategory.
 
constructor detail

chartcategorycollection

public chartcategorycollection( parent)
method detail

get

public chartcategory get(int index)
gets the element at the specified index.
parameters:
index -
returns:

getcategorylabels

public cellranges getcategorylabels()
gets the cellranges from list of chartcategory.
returns:

setcategorylabels

public void setcategorylabels(cellranges value)
sets the cellranges from list of chartcategory.
parameters:
value -

append

public int append(cellrange cellrange)
creates new chart category from and adds it to the collection.
parameters:
cellrange -
returns:

append

public int append(java.lang.string value)
append a string value.
parameters:
value -
returns:

append

public int append(float value)
append a numberic value.
parameters:
value -
returns:

append

public int append(java.lang.object value)
creates new from value and adds it to the collection.
parameters:
value -
returns:
throws:
java.lang.exception

indexof

public int indexof(chartcategory value)
searches for the specified and returns the zero-based index of the first occurrence within the entire collection
parameters:
value -
returns:

remove

public void remove(chartcategory value)
removes the specified value.
parameters:
value -


网站地图