size_with_window property

size_with_window property

True if Microsoft Excel resizes the chart to match the size of the chart sheet window.

Definition:

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

See Also