max_total_shape_or_image_count property

max_total_shape_or_image_count property

Sets/Gets the total display shape/image count inside the whole workbook,it will take affec when IslimitShapes=true. the default value is 300.

Definition:

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

See Also