max_shape_or_image_count属性

max_shape_or_image_count属性

设置/获取活动工作表内的总显示形状/图像数量,当 IslimitShapes=true 时会受影响。 默认值为 100。

定义:

@property
def max_shape_or_image_count(self):
    ...
@max_shape_or_image_count.setter
def max_shape_or_image_count(self, value):
    ...

也可以看看