主题
返回一个 Long 值,它代表集合中对象的数量。
/*本示例显示活动工作表上单元格区域 A1:A10 条件格式的数量。*/ function test() { console.log(ActiveSheet.Range("A1:A10").FormatConditions.Count) }