max_shape_or_image_count property

max_shape_or_image_count property

Gets/Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=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