show_chart_sheet property

show_chart_sheet property

Sets/Gets whether to show chart worksheet. the default value is false .

Definition:

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

See Also