IChartCellCollection
IChartCellCollection 接口
表示一个包含数据的单元格集合。
public interface IChartCellCollection : IEnumerable<IChartDataCell>
属性
名称 | 描述 |
---|---|
AsIEnumerable { get; } | 返回 ICollection 接口。只读 IEnumerable。 |
Count { get; } | 获取集合中单元格的数量。只读 Int32。 |
Item { get; } | 根据索引返回一个单元格 (IChartDataCell)。 |
方法
名称 | 描述 |
---|---|
Add(IChartDataCell) | 向集合中添加新单元格。 |
Add(object) | 从指定的值创建 IChartDataCell 并将其添加到集合中。 |
GetCellsAddress() | 返回工作簿中单元格集合的地址。 |
GetConcatenatedValuesFromCells() | 从所有单元格的字符串值中获取连接的字符串。 |
RemoveAt(int) | 根据索引从集合中删除一个单元格。 |
另见
- 接口 IChartDataCell
- 命名空间 Aspose.Slides.Charts
- 程序集 Aspose.Slides