is_v_scroll_bar_visible property
is_v_scroll_bar_visible property
Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar.
Remarks
The default value is true.
Example
The following code makes the vertical scroll bar invisible for the spreadsheet.
# Hide the vertical scroll bar of the Excel file.
settings.is_v_scroll_bar_visible = False
Definition:
@property
def is_v_scroll_bar_visible(self):
...
@is_v_scroll_bar_visible.setter
def is_v_scroll_bar_visible(self, value):
...
See Also
- module
aspose.cells
- class
WorkbookSettings