Skip to content
本页内容

Count (属性)

返回指定对象的计数。只读。

返回值

int

示例

python
#以下示例显示活动单元格中的 ColorStops 数
def test():
    print(ActiveCell.Interior.Gradient.ColorStops.Count)