ChartCellCollection Class |
Namespace: Aspose.Slides.Charts
The ChartCellCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the count of cells in collection.
Read-only Int32.
|
![]() | Item |
Returns a cell (Aspose.Cells.Cell) by index.
|
Name | Description | |
---|---|---|
![]() | Add(Object) |
Creates ChartDataCell from specified value and adds it to the collection.
|
![]() | Add(IChartDataCell) |
Add new cell to the collection.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | 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.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveAt |
Removes a cell from the collection by index.
|
![]() | ToString | (Inherited from Object.) |