max_shape_or_image_count property

max_shape_or_image_count property

Sets/Gets the total display shape/image count inside the active sheet,it will take affec when IslimitShapes=true. the default value is 100.

Definition:

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

See Also