API Reference
ExcelWorksheetViewInfo
Read-only worksheet view metadata such as frozen panes, gridlines, zoom, and direction.
Inheritance
- Object
- ExcelWorksheetViewInfo
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
- Method ExcelSheet.GetViewInfo
Constructors
public ExcelWorksheetViewInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Boolean HasPane { get; set; } #Gets or sets whether the worksheet contains a pane definition.
public String PaneState { get; set; } #Gets or sets the pane state, for example frozen or split.
public Nullable<Double> HorizontalSplit { get; set; } #Gets or sets the horizontal split value stored by Excel.
public Nullable<Double> VerticalSplit { get; set; } #Gets or sets the vertical split value stored by Excel.
public Int32 FrozenRowCount { get; set; } #Gets or sets the number of frozen rows, when the pane is frozen.
public Int32 FrozenColumnCount { get; set; } #Gets or sets the number of frozen columns, when the pane is frozen.
public String TopLeftCell { get; set; } #Gets or sets the top-left scrollable cell, when present.
public String ActivePane { get; set; } #Gets or sets the active pane, when present.
public Boolean ShowGridlines { get; set; } #Gets or sets whether worksheet gridlines are visible.
public Boolean RightToLeft { get; set; } #Gets or sets whether the worksheet view is right-to-left.
public String View { get; set; } #Gets or sets the sheet view type, when present.
public Nullable<UInt32> ZoomScale { get; set; } #Gets or sets the current zoom scale, when present.
public Nullable<UInt32> ZoomScaleNormal { get; set; } #Gets or sets the normal-view zoom scale, when present.