Class ExcelWorkbookView
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Access to workbook view properties
public class ExcelWorkbookView : XmlHelper
- Inheritance
-
ExcelWorkbookView
- Inherited Members
Properties
ActiveTab
The active worksheet in the workbook. Zero based.
public int ActiveTab { get; set; }
Property Value
Height
Height of the workbook window. In twips.
public int Height { get; }
Property Value
Left
Position of the upper left corner of the workbook window. In twips.
public int Left { get; }
Property Value
Minimized
If true the the workbook window is minimized.
public bool Minimized { get; set; }
Property Value
ShowHorizontalScrollBar
Show the horizontal scrollbar
public bool ShowHorizontalScrollBar { get; set; }
Property Value
ShowSheetTabs
Show or hide the sheet tabs
public bool ShowSheetTabs { get; set; }
Property Value
ShowVerticalScrollBar
Show the vertical scrollbar
public bool ShowVerticalScrollBar { get; set; }
Property Value
Top
Position of the upper left corner of the workbook window. In twips.
public int Top { get; }
Property Value
Width
Width of the workbook window. In twips.
public int Width { get; }
Property Value
Methods
SetWindowSize(int, int, int, int)
Set the window position in twips
public void SetWindowSize(int left, int top, int width, int height)