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