主题
返回一个 Integer 值,它代表集合中对象的数量。
/*本示例显示活动工作表中第一个形状的节点数量。*/ function test() { let shapes = ActiveSheet.Shapes console.log(shapes.Item(1).Nodes.Count) }