主题
返回集合中对象的数目。
Long
/*本示例显示活动工作簿上切片器缓存的数量。*/ function test() { console.log(`切片器缓存的数量:${ActiveWorkbook.SlicerCaches.Count}`) }