How to Control Workbook View with Golang via C++
Contents
[
Hide
]
Possible Usage Scenarios
When you need to adjust the display of Excel pages, you need to know how to control each module, such as horizontal and vertical scrollbars, whether to hide the workbook window, and so on. Aspose.Cells offers this feature. Aspose.Cells provides the following properties and methods to help you achieve your goals.
- WorkbookSettings.IsHScrollBarVisible
- WorkbookSettings.IsVScrollBarVisible
- WorkbookSettings.IsHidden
- WorkbookSettings.IsMinimized
- WorkbookSettings.GetWindowHeight()
- WorkbookSettings.GetWindowWidth()
- WorkbookSettings.GetWindowLeft()
- WorkbookSettings.GetWindowTop()
How to Control Workbook View using Aspose.Cells for C++
This example shows how to:
- Create a workbook.
- Add data to cells in the first worksheet.
- Hide the horizontal and vertical scrollbars of the workbook view.
Result file preview: