islimit_shape_or_image property

islimit_shape_or_image property

Sets/Gets whether to limit the total display shape/image count inside one worksheet ,if set to true, GridJs will limit the total display shape/image size inside one worksheet to MaxShapeOrImageCount the default value is true.

Definition:

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

See Also