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