Table of Contents

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

string

ActiveCellId

public int ActiveCellId { get; set; }

Property Value

int

Position

The position of the pane.

public ePanePosition Position { get; }

Property Value

ePanePosition

SelectedRange

Selected Cells. Used in combination with ActiveCell

public string SelectedRange { get; set; }

Property Value

string