主题
返回一个 Long 值,它代表集合中对象的数量。
/*本示例显示活动工作表中超链接的数量。*/ function test() { let count = ActiveSheet.Hyperlinks.Count console.log(`超链接的数量是 ${count}`) }