API Reference
LegacyXlsWorksheetWindowView
Represents BIFF Window2 worksheet-view metadata for one worksheet window.
Inheritance
- Object
- LegacyXlsWorksheetWindowView
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 LegacyXlsWorksheet.WindowViews
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Boolean ShowFormulas { get; } #Gets whether formulas are shown instead of calculated values in this worksheet window.
public Boolean ShowGridLines { get; } #Gets whether gridlines are visible in this worksheet window.
public Boolean ShowRowColumnHeadings { get; } #Gets whether row and column headings are visible in this worksheet window.
public Boolean ShowZeroValues { get; } #Gets whether zero values are visible in this worksheet window.
public Boolean RightToLeft { get; } #Gets whether this worksheet window is displayed from right to left.
public Boolean DefaultGridColor { get; } #Gets whether this worksheet window uses the default gridline color.
public Nullable<UInt16> GridLineColorIndex { get; } #Gets the BIFF color index used for gridlines when the default gridline color is disabled.
public Boolean ShowOutlineSymbols { get; } #Gets whether outline symbols are visible in this worksheet window.
public Boolean TabSelected { get; } #Gets whether the worksheet tab is selected in this worksheet window.
public Boolean PageBreakPreview { get; } #Gets whether this worksheet window is displayed in page break preview.
public Boolean FrozenWithoutSplit { get; } #Gets whether the frozen pane state uses BIFF's frozen-without-split flag.
public Nullable<Int32> FirstVisibleRow { get; } #Gets the zero-based first visible row in this worksheet window.
public Nullable<Int32> FirstVisibleColumn { get; } #Gets the zero-based first visible column in this worksheet window.
public Nullable<UInt32> ZoomScale { get; } #Gets the view zoom scale percentage when it is stored by the Window2 record.
public Nullable<UInt32> ZoomScaleNormal { get; } #Gets the normal-view zoom scale percentage stored by the Window2 record.