max_total_shape_or_image_count property

max_total_shape_or_image_count property

Gets/Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true. the default value is 300.

Definition:

@property
def max_total_shape_or_image_count(self):
    ...
@staticmethod
def set_max_total_shape_or_image_count(value):
    ...

See Also