ExcelWorkbookView Members
From Office Open XML
| EPPlus 3.0 |
| ExcelWorkbookView Members |
| ExcelWorkbookView Class Methods Properties See Also Send Feedback |
The ExcelWorkbookView type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SetWindowSize |
Set the window position in twips
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Height |
Height of the workbook window. In twips.
| |
| Left |
Position of the upper left corner of the workbook window. In twips.
| |
| Minimized |
If true the the workbook window is minimized.
| |
| ShowHorizontalScrollBar |
Show the horizontal scrollbar
| |
| ShowSheetTabs |
Show the sheet tabs
| |
| ShowVerticalScrollBar |
Show the vertical scrollbar
| |
| Top |
Position of the upper left corner of the workbook window. In twips.
| |
| Width |
Width of the workbook window. In twips.
|