Aspose::Cells::WorkbookSettings::IsVScrollBarVisible method
WorkbookSettings::IsVScrollBarVisible method
Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar.
bool Aspose::Cells::WorkbookSettings::IsVScrollBarVisible()
Remarks
The default value is true.
Examples
// Hide the vertical scroll bar of the Excel file.
if (settings.IsVScrollBarVisible())
{
settings.SetIsVScrollBarVisible(false);
}
See Also
- Class Vector
- Class WorkbookSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++