主题
返回一个 Long 值,它代表集合中对象的数量。
/*本示例显示包含活动单元格的数据透视项行轴上项目的数量。*/ function test() { console.log(ActiveCell.PivotCell.RowItems.Count) }