display_drawing_objects property

display_drawing_objects property

Indicates whether and how to show objects in the workbook.

Definition:

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

See Also