Class ExcelWorksheetView.ExcelWorksheetPanes
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
The selection properties for panes after a freeze or split.
public class ExcelWorksheetView.ExcelWorksheetPanes : XmlHelper
- Inheritance
-
ExcelWorksheetView.ExcelWorksheetPanes
- Inherited Members
Properties
ActiveCell
Set the active cell. Must be set within the SelectedRange.
public string ActiveCell { get; set; }
Property Value
ActiveCellId
public int ActiveCellId { get; set; }
Property Value
Position
The position of the pane.
public ePanePosition Position { get; }
Property Value
SelectedRange
Selected Cells. Used in combination with ActiveCell
public string SelectedRange { get; set; }