|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.ms.system.collections.collectionbase
com.spire.presentation.collections.chartseriesformatcollection
public class chartseriesformatcollection
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 |
void |
remove(chartseriesdataformat value)
removes the specified value. |
void |
setserieslabel(cellranges value)
gets or sets chart series value. |
constructor detail |
---|
public chartseriesformatcollection( mparent)
method detail |
---|
public cellranges getserieslabel()
public void setserieslabel(cellranges value)
value
-
java.lang.exception
public chartseriesdataformat get(int index)
index
-
public int append(cellrange cellrange)
cellrange
-
java.lang.exception
public int append(java.lang.string value)
value
-
java.lang.exception
public int append(float value)
value
-
java.lang.exception
public int append(java.lang.object value)
value
-
java.lang.exception
public int indexof(chartseriesdataformat value)
value
-
public void remove(chartseriesdataformat value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |