Skip to content
本页内容

Count (属性)

返回迷你图组中的迷你图数。只读。

返回值

int

示例

python
#本示例显示单元格 I1 上第一个迷你图组中迷你图的数量
def test():
    print(Range("I1").SparklineGroups.Item(1).Count)