Class ExcelWorkbookView
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelWorkbookView : XmlHelper
- Inheritance
-
ExcelWorkbookView
- Inherited Members
-
- Extension Methods
-
Properties
ActiveTab
public int ActiveTab { get; set; }
Property Value
- int
Height
public int Height { get; }
Property Value
- int
Left
Property Value
- int
Minimized
public bool Minimized { get; set; }
Property Value
- bool
public bool ShowHorizontalScrollBar { get; set; }
Property Value
- bool
ShowSheetTabs
public bool ShowSheetTabs { get; set; }
Property Value
- bool
public bool ShowVerticalScrollBar { get; set; }
Property Value
- bool
Top
Property Value
- int
Width
public int Width { get; }
Property Value
- int
Methods
SetWindowSize(int, int, int, int)
public void SetWindowSize(int left, int top, int width, int height)
Parameters
left
int
top
int
width
int
height
int