主题
返回关联的 Range 对象中的迷你图组的计数。只读。
Long
/*本示例显示单元格区域 A1:A4 上迷你图组的数量。*/ function test() { console.log(Range("A1:A4").SparklineGroups.Count) }