IMultipleCellChartValue

IMultipleCellChartValue 接口

表示图表单元格的集合。

public interface IMultipleCellChartValue : IBaseChartValue

属性

名称描述
AsCells { get; set; }返回或设置图表单元格的集合。 可读写 IChartCellCollection
AsIBaseChartValue { get; }允许获取基本的 IBaseChartValue 接口。 只读 IBaseChartValue

另请参见