XlDocumentView Properties
Contains display options for the workbook.| 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. |
See Also