IChartCellCollection Interface |
Namespace: Aspose.Slides.Charts
The IChartCellCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIEnumerable |
Returns ICollection interface.
Read-only IEnumerable.
|
![]() | Count |
Gets the count of cells in collection.
Read-only Int32.
|
![]() | Item |
Returns a cell (IChartDataCell) by index.
|
Name | Description | |
---|---|---|
![]() | Add(Object) |
Creates IChartDataCell from specified value and adds it to the collection.
|
![]() | Add(IChartDataCell) |
Add new cell 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. (Inherited from IEnumerableIChartDataCell.) |
![]() | RemoveAt |
Removes a cell from the collection by index.
|