AddR1C1

SeriesCollection.AddR1C1 method

添加SeriesCollection收集到图表。

public int AddR1C1(string area, bool isVertical)
范围类型描述
areaString指定从中绘制数据系列的值
isVerticalBoolean指定是按行还是按列从一系列单元格值中绘制系列。

返回值

返回 NSeries 中添加的 ASeries 的第一个索引。

评论

如果在连续单元格上设置数据,请使用冒号分隔它们。例如,R[1]C[1]:R[3]C[2]。如果在连续单元格上设置数据,请使用逗号分隔它们。例如,(R[1]C[1],R[3]C[2])。

也可以看看