add方法
add(type, data_range, is_vertical, location_range)
将 SparklineGroup 项目添加到集合中。
返回
SparklineGroup 对象索引。
def add(self, type, data_range, is_vertical, location_range):
...
范围 | 类型 | 描述 |
---|---|---|
type | SparklineType | 指定迷你图组的类型。 |
data_range | str | 指定迷你图组的数据范围。 |
is_vertical | bool | 指定是按行还是按列绘制数据范围内的迷你图。 |
location_range | CellArea | 指定要放置迷你图的位置。 |