IChartCellCollection class

IChartCellCollection class

Represents collection of a cells with data.

The IChartCellCollection 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
addAdd new cell to the collection.
addCreates IChartDataCell from specified value and adds it to the collection.
get_cells_addressReturns address of the set of cells in workbook.
get_concatenated_values_from_cellsConcatenation string from all cells string values.
remove_atRemoves a cell from the collection by index.

See Also