API Reference

Class

ExcelWorksheetViewOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Mutable worksheet view options such as zoom, gridlines, direction, and view mode.

Inheritance

  • Object
  • ExcelWorksheetViewOptions

Usage

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

Accepted by parameters

Constructors

public ExcelWorksheetViewOptions() #

Properties

public Nullable<Boolean> ShowGridlines { get; set; } #

Gets or sets whether gridlines are visible.

public Nullable<Boolean> RightToLeft { get; set; } #

Gets or sets whether the worksheet is shown right-to-left.

public Nullable<UInt32> ZoomScale { get; set; } #

Gets or sets the active zoom percentage. Excel supports values from 10 to 400.

public Nullable<UInt32> ZoomScaleNormal { get; set; } #

Gets or sets the normal-view zoom percentage. Excel supports values from 10 to 400.

public Nullable<ExcelWorksheetViewKind> View { get; set; } #

Gets or sets the worksheet view mode.