主题
返回一个 int 值,它代表集合中对象的数量。
#本示例显示活动工作簿中样式集合中样式的数量 def test(): print(Application.ActiveWorkbook.Styles.Count)