Class ExcelWorksheetView
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelWorksheetView : XmlHelper
- Inheritance
-
ExcelWorksheetView
- Inherited Members
-
- Extension Methods
-
Properties
ActiveCell
public string ActiveCell { get; set; }
Property Value
- string
PageBreakView
public bool PageBreakView { get; set; }
Property Value
- bool
PageLayoutView
public bool PageLayoutView { get; set; }
Property Value
- bool
Panes
public ExcelWorksheetView.ExcelWorksheetPanes[] Panes { get; }
Property Value
- ExcelWorksheetPanes[]
RightToLeft
public bool RightToLeft { get; set; }
Property Value
- bool
SelectedRange
public string SelectedRange { get; set; }
Property Value
- string
SheetViewElement
protected XmlElement SheetViewElement { get; }
Property Value
- XmlElement
ShowGridLines
public bool ShowGridLines { get; set; }
Property Value
- bool
public bool ShowHeaders { get; set; }
Property Value
- bool
TabSelected
public bool TabSelected { get; set; }
Property Value
- bool
TabSelectedMulti
public bool TabSelectedMulti { get; set; }
Property Value
- bool
ZoomScale
public int ZoomScale { get; set; }
Property Value
- int
Methods
FreezePanes(int, int)
public void FreezePanes(int Row, int Column)
Parameters
Row
int
Column
int
SetTabSelected(bool, bool)
public void SetTabSelected(bool isSelected = true, bool allowMultiple = false)
Parameters
isSelected
bool
allowMultiple
bool
UnFreezePanes()
public void UnFreezePanes()