|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartCellCollection
Represents collection of a cells with data.
Method Summary | |
---|---|
void |
add(IChartDataCell chartDataCell)
Add new cell to the collection. |
void |
add(java.lang.Object value)
Creates IChartDataCell from specified value and adds it to the collection. |
IChartDataCell |
get_Item(int index)
Returns a cell (Aspose.Cells.Cell) by index. |
java.lang.String |
getCellsAddress()
Returns address of the set of cells in workbook. |
java.lang.String |
getConcatenatedValuesFromCells()
Concatenation string from all cells string values. |
int |
getCount()
Gets the count of cells in collection. |
void |
removeAt(int index)
Removes a cell from the collection by index. |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
java.lang.String getCellsAddress()
Returns address of the set of cells in workbook.
java.lang.String getConcatenatedValuesFromCells()
Concatenation string from all cells string values.
IChartDataCell get_Item(int index)
Returns a cell (Aspose.Cells.Cell) by index.
index
- Index of a cell.
void add(IChartDataCell chartDataCell)
Add new cell to the collection.
chartDataCell
- New cell to add.void add(java.lang.Object value)
Creates IChartDataCell
from specified value and adds it to the collection.
value
- The value.
System.InvalidOperationException
- if limit exceededvoid removeAt(int index)
Removes a cell from the collection by index.
index
- Index of a cell to remove.int getCount()
Gets the count of cells in collection.
Read-only int
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |