Skip to content
Python文档
搜索
Meta
K
取消
主题
目录
回到顶部
本页内容
Table of Contents for current page
示例
Count (属性)
#
返回集合中对象的数目。只读
int
类型。
示例
#
python
#本示例显示活动工作簿中所使用的样式总数
def
test
():
print
(
ActiveWorkbook
.
TableStyles
.
Count
)