ChartCellCollection class

ChartCellCollection class

Represents collection of a cells with data.

The ChartCellCollection type exposes the following members:

Properties

PropertyDescription
countGets the count of cells in collection.
Read-only int.

Returns a cell (IChartDataCell) by index.

Indexer

NameDescription
[index]Index of a cell.

Methods

MethodDescription
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