Aspose::Cells::WorkbookSettings::SetIsVScrollBarVisible method
WorkbookSettings::SetIsVScrollBarVisible method
Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar.
void Aspose::Cells::WorkbookSettings::SetIsVScrollBarVisible(bool value)
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++