API Reference
LegacyXlsWorkbookWindow
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
- Property LegacyXlsWorkbook.Windows
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
- verticalPositionTwips System.Int16
- widthTwips System.Int16
- heightTwips System.Int16
- hidden System.Boolean
- minimized System.Boolean
- veryHidden System.Boolean
- horizontalScrollBarVisible System.Boolean
- verticalScrollBarVisible System.Boolean
- sheetTabsVisible System.Boolean
- autoFilterDatesGroupedChronologically System.Boolean
- activeSheetIndex System.UInt16
- firstVisibleSheetTabIndex System.UInt16
- selectedSheetTabCount System.UInt16
- sheetTabRatio System.UInt16
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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 Minimized { get; } #Gets whether the window is minimized.
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.