主题
返回关联的 Range 对象中的迷你图组的计数。只读。
int
#本示例显示单元格区域 A1:A4 上迷你图组的数量 def test(): print(Range("A1:A4").SparklineGroups.Count)