ChartCellCollection Class

Represents collection of a cells with data.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsChartCellCollection

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ChartCellCollection : IChartCellCollection, 
	IEnumerable<IChartDataCell>, IEnumerable

The ChartCellCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of cells in collection. Read-only Int32.
Public propertyItem
Returns a cell (Aspose.Cells.Cell) by index.
Methods
  NameDescription
Public methodAdd(Object)
Creates ChartDataCell from specified value and adds it to the collection.
Public methodAdd(IChartDataCell)
Add new cell to the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCellsAddress
Returns address of the set of cells in workbook.
Public methodGetConcatenatedValuesFromCells
Concatenation string from all cells string values.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveAt
Removes a cell from the collection by index.
Public methodToString (Inherited from Object.)
See Also