|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartCellCollection
public class ChartCellCollection
Represents collection of a cells with data.
Method Summary | |
---|---|
int |
add(ChartDataCell cell)
Add new cell to the collection. |
int |
add(java.lang.Object value)
Creates ChartDataCell from specified value and adds it to the collection. |
ChartDataCell |
get_Item(int index)
Returns a cell (Aspose.Cells.Cell) by index. |
int |
getCount()
Gets the count of cells in collection. |
java.lang.String |
getGetConcateNameFromCells()
Concatenation names from all cells names values. |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Removes a cell from the collection by index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getGetConcateNameFromCells()
Concatenation names from all cells names values.
public ChartDataCell get_Item(int index)
Returns a cell (Aspose.Cells.Cell) by index.
index
- Index of a cell.
public int add(java.lang.Object value)
Creates ChartDataCell
from specified value and adds it to the collection.
value
- The value.
ChartDataCellFactory
to add or edit Cell values, be sure that you do not use this worksheet
Maximum number of values added using this method must not exceed 16711680
ChartDataCell
.
com.aspose.ms.System.InvalidOperationException
- if limit exceededpublic int add(ChartDataCell cell)
Add new cell to the collection.
cell
- New cell to add.
public void removeAt(int index)
Removes a cell from the collection by index.
index
- Index of a cell to remove.public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
public int getCount()
Gets the count of cells in collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |