Skip to content
本页内容

Count (属性)

返回集合中对象的数目。

返回值

int

示例

python
#本示例显示活动工作簿上切片器缓存的数量
def test():
    print(f"切片器缓存的数量:{ActiveWorkbook.SlicerCaches.Count}")