ExcelWorkbookView Members

Office Open XML

The ExcelWorkbookView type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also