shape_display_type property

shape_display_type property

Gets and sets how the application displays shapes in this workbook

Definition:

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

See Also