Show / Hide Table of Contents

Class WorksheetView

Inheritance
System.Object
SheetView
WorksheetView
Inherited Members
SheetView.DefaultDefaultGridColor
SheetView.DefaultGridLinesVisible
SheetView.DefaultFormulasVisible
SheetView.DefaultRightToLeft
SheetView.DefaultOutlineSymbolsVisible
SheetView.DefaultRowColumnHeadersVisible
SheetView.DefaultRulerVisible
SheetView.DefaultTabSelected
SheetView.DefaultZerosVisible
SheetView.DefaultWhiteSpaceVisible
SheetView.DefaultWindowProtection
SheetView.DefaultWorkbookViewId
SheetView.DefaultZoomScale
SheetView.DefaultZoomScaleNormal
SheetView.DefaultZoomScalePageLayoutView
SheetView.DefaultZoomScaleSheetLayoutView
SheetView.GridlineColor
SheetView.RightToLeft
SheetView.ShowZeros
SheetView.WindowProtection
SheetView.ShowFormulas
SheetView.TabSelected
SheetView.ShowRuler
SheetView.ShowGridLines
SheetView.ZoomScalePageLayoutView
SheetView.ZoomScale
SheetView.ZoomScaleNormal
SheetView.ShowWhiteSpace
SheetView.PageBreakPreviewZoomScale
SheetView.ViewType
SheetView.ShowRowColumnHeaders
SheetView.ShowOutlineSymbols
SheetView.Pane
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class WorksheetView : SheetView

Constructors

WorksheetView(Worksheet)

Declaration
public WorksheetView(Worksheet worksheet)
Parameters
Type Name Description
Worksheet worksheet

Properties

ActiveCell

Gets or sets the active cell on a sheet. If there are multiple panes, it is the active cell on the top left pane.

Declaration
public Cell ActiveCell { get; set; }
Property Value
Type Description
Cell

Panes

Declaration
public PaneCollection Panes { get; }
Property Value
Type Description
PaneCollection

Selection

Declaration
public Range Selection { get; set; }
Property Value
Type Description
Range

TopLeftCell

Declaration
public Cell TopLeftCell { get; set; }
Property Value
Type Description
Cell
Back to top Generated by DocFX