ChartCellCollection class
Contents
[
Hide
]ChartCellCollection class
Represents collection of a cells with data.
The ChartCellCollection type exposes the following members:
Properties
| Property | Description |
|---|---|
count | Gets the count of cells in collection. Read-only int. |
Returns a cell (IChartDataCell) by index.
Indexer
| Name | Description |
|---|---|
[index] | Index of a cell. |
Methods
| Method | Description |
|---|---|
add(self, cell) | Add new cell to the collection. |
add(self, value) | Creates ChartDataCell from specified value and adds it to the collection. |
get_cells_address(self) | Returns address of the set of cells in workbook. |
get_concatenated_values_from_cells(self) | Concatenation string from all cells string values. |
remove_at(self, index) | Removes a cell from the collection by index. |
See Also
- module
aspose.slides.charts - library
Aspose.Slides