IChartCellCollection class
IChartCellCollection class
Represents collection of a cells with data.
The IChartCellCollection 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 | Add new cell to the collection. |
add | Creates IChartDataCell from specified value and adds it to the collection. |
get_cells_address | Returns address of the set of cells in workbook. |
get_concatenated_values_from_cells | Concatenation string from all cells string values. |
remove_at | Removes a cell from the collection by index. |
See Also
- module
aspose.slides.charts - library
Aspose.Slides