ChartCellCollection

ChartCellCollection class

Represents collection of a cells with data.

public class ChartCellCollection : IChartCellCollection

Properties

NameDescription
Count { get; }Gets the count of cells in collection. Read-only Int32.
Item { get; }Returns a cell (IChartDataCell) by index.

Methods

NameDescription
Add(IChartDataCell)Add new cell to the collection.
Add(object)Creates ChartDataCell from specified value and adds it to the collection.
GetCellsAddress()Returns address of the set of cells in workbook.
GetConcatenatedValuesFromCells()Concatenation string from all cells string values.
GetEnumerator()Returns an enumerator that iterates through the collection.
RemoveAt(int)Removes a cell from the collection by index.

See Also