API Reference
Class
ExcelWorksheetViewOptions
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
- Method ExcelSheet.SetViewOptions
Constructors
public ExcelWorksheetViewOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.