Add

SparklineGroupCollection.Add method

添加一个SparklineGroup项目到集合.

public int Add(SparklineType type, string dataRange, bool isVertical, CellArea locationRange)
范围类型描述
typeSparklineType指定迷你图组的类型。
dataRangeString指定迷你图组的数据范围。
isVerticalBoolean指定是按行还是按列绘制数据范围中的迷你图。
locationRangeCellArea指定迷你图的放置位置。

返回值

SparklineGroup对象索引。

也可以看看