Skip to content
Python文档
搜索
Meta
K
取消
主题
目录
回到顶部
本页内容
Table of Contents for current page
示例
Count (属性)
#
返回一个
int
值,它代表集合中对象的数量。
示例
#
python
#本示例显示活动工作表中批注的总数
def
test
():
print
(
ActiveSheet
.
Comments
.
Count
)