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):
    ...
@max_total_shape_or_image_count.setter
def max_total_shape_or_image_count(self, value):
    ...

See Also