IChartCellCollection
Contents
[
Hide
]IChartCellCollection interface
Represents collection of a cells with data.
public interface IChartCellCollection : IEnumerable<IChartDataCell>
Properties
Name | Description |
---|---|
AsIEnumerable { get; } | Returns ICollection interface. Read-only IEnumerable. |
Count { get; } | Gets the count of cells in collection. Read-only Int32. |
Item { get; } | Returns a cell (IChartDataCell) by index. |
Methods
Name | Description |
---|---|
Add(IChartDataCell) | Add new cell to the collection. |
Add(object) | Creates IChartDataCell 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. |
RemoveAt(int) | Removes a cell from the collection by index. |
See Also
- interface IChartDataCell
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides