API Reference

Class

LegacyXlsWorkbookWindow

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Represents workbook window geometry and display flags decoded from a legacy Window1 record.

Inheritance

  • Object
  • LegacyXlsWorkbookWindow

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public LegacyXlsWorkbookWindow(Int16 horizontalPositionTwips, Int16 verticalPositionTwips, Int16 widthTwips, Int16 heightTwips, Boolean hidden, Boolean minimized, Boolean veryHidden, Boolean horizontalScrollBarVisible, Boolean verticalScrollBarVisible, Boolean sheetTabsVisible, Boolean autoFilterDatesGroupedChronologically, UInt16 activeSheetIndex, UInt16 firstVisibleSheetTabIndex, UInt16 selectedSheetTabCount, UInt16 sheetTabRatio) #

Creates workbook window metadata.

Parameters

horizontalPositionTwips System.Int16 requiredposition: 0
verticalPositionTwips System.Int16 requiredposition: 1
widthTwips System.Int16 requiredposition: 2
heightTwips System.Int16 requiredposition: 3
hidden System.Boolean requiredposition: 4
minimized System.Boolean requiredposition: 5
veryHidden System.Boolean requiredposition: 6
horizontalScrollBarVisible System.Boolean requiredposition: 7
verticalScrollBarVisible System.Boolean requiredposition: 8
sheetTabsVisible System.Boolean requiredposition: 9
autoFilterDatesGroupedChronologically System.Boolean requiredposition: 10
activeSheetIndex System.UInt16 requiredposition: 11
firstVisibleSheetTabIndex System.UInt16 requiredposition: 12
selectedSheetTabCount System.UInt16 requiredposition: 13
sheetTabRatio System.UInt16 requiredposition: 14

Properties

public Int16 HorizontalPositionTwips { get; } #

Gets the horizontal window position in twips.

public Int16 VerticalPositionTwips { get; } #

Gets the vertical window position in twips.

public Int16 WidthTwips { get; } #

Gets the window width in twips.

public Int16 HeightTwips { get; } #

Gets the window height in twips.

public Boolean Hidden { get; } #

Gets whether the window is hidden.

public Boolean Minimized { get; } #

Gets whether the window is minimized.

public Boolean VeryHidden { get; } #

Gets whether the window is very hidden.

public Boolean HorizontalScrollBarVisible { get; } #

Gets whether the horizontal scroll bar is visible.

public Boolean VerticalScrollBarVisible { get; } #

Gets whether the vertical scroll bar is visible.

public Boolean SheetTabsVisible { get; } #

Gets whether sheet tabs are visible.

public Boolean AutoFilterDatesGroupedChronologically { get; } #

Gets whether AutoFilter dates are grouped chronologically.

public UInt16 ActiveSheetIndex { get; } #

Gets the zero-based active sheet index.

public UInt16 FirstVisibleSheetTabIndex { get; } #

Gets the zero-based first visible sheet tab index.

public UInt16 SelectedSheetTabCount { get; } #

Gets the selected sheet tab count.

public UInt16 SheetTabRatio { get; } #

Gets the sheet tab width ratio.