主题
返回一个 Long 值,它代表集合中对象的数量。
/*本示例显示工作表 Sheet1 中数据透视表的数量。*/ function test() { console.log(Worksheets.Item("Sheet1").PivotTables().Count) }