Skip to main content

XlDocumentView Members

Contains display options for the workbook.

Constructors

Name Description
XlDocumentView() Initializes a new instance of the XlDocumentView class.

Properties

Name Description
FirstVisibleTabIndex Gets or sets the index of the first visible worksheet.
GroupDatesInAutoFilterMenu Specifies whether to group DateTime values in the AutoFilter menu.
SelectedTabIndex Gets or sets the index of the active worksheet.
ShowHorizontalScrollBar Gets or sets whether to show a horizontal scrollbar.
ShowSheetTabs Gets or sets whether to show worksheet tabs.
ShowVerticalScrollBar Gets or sets whether to show a vertical scrollbar.
TabRatio Specifies the ratio between the sheet tabs selector and horizontal scrollbar.
WindowHeight Specifies the height of the workbook window. The value is measured in twips.
WindowWidth Specifies the width of the workbook window. The value is measured in twips.
WindowX Specifies the X coordinate for the upper left corner of the workbook window. The value is measured in twips.
WindowY Specifies the Y coordinate for the upper left corner of the workbook window. The value is measured in twips.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also