chartseriesformatcollection-ag凯发旗舰厅



com.spire.presentation.collections
class chartseriesformatcollection

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

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

represents collection of


constructor summary
chartseriesformatcollection( mparent)
           
 
method summary
 int append(cellrange cellrange)
          append a cellrange to the collection.
 int append(float value)
          append a numberic value.
 int append(java.lang.object value)
          append a value;
 int append(java.lang.string value)
          append a string value.
 chartseriesdataformat get(int index)
          gets the element at the specified index.
 cellranges getserieslabel()
          gets or sets chart series value.
 int indexof(chartseriesdataformat value)
          searches for the specified and returns the zero-based index of the first occurrence within the entire collection
 void remove(chartseriesdataformat value)
          removes the specified value.
 void setserieslabel(cellranges value)
          gets or sets chart series value.
 
constructor detail

chartseriesformatcollection

public chartseriesformatcollection( mparent)
method detail

getserieslabel

public cellranges getserieslabel()
gets or sets chart series value.
returns:

setserieslabel

public void setserieslabel(cellranges value)
gets or sets chart series value.
parameters:
value -
throws:
java.lang.exception

get

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

append

public int append(cellrange cellrange)
append a cellrange to the collection.
parameters:
cellrange -
returns:
throws:
java.lang.exception

append

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

append

public int append(float value)
append a numberic value.
parameters:
value -
returns:
throws:
java.lang.exception

append

public int append(java.lang.object value)
append a value;
parameters:
value -
returns:
throws:
java.lang.exception

indexof

public int indexof(chartseriesdataformat 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(chartseriesdataformat value)
removes the specified value.
parameters:
value -


网站地图