Class WorksheetView
Inheritance
System.Object
WorksheetView
Assembly: DRIT.Spreadsheet.dll
Syntax
public class WorksheetView : SheetView
Constructors
WorksheetView(Worksheet)
Declaration
public WorksheetView(Worksheet worksheet)
Parameters
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
Panes
Declaration
public PaneCollection Panes { get; }
Property Value
Selection
Declaration
public Range Selection { get; set; }
Property Value
TopLeftCell
Declaration
public Cell TopLeftCell { get; set; }
Property Value