Show / Hide Table of Contents

Class ExcelWorksheetView.ExcelWorksheetPanes

The selection properties for panes after a freeze or split.

Inheritance
object
XmlHelper
ExcelWorksheetView.ExcelWorksheetPanes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelWorksheetView.ExcelWorksheetPanes : XmlHelper

Properties

ActiveCell

Set the active cell. Must be set within the SelectedRange.

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

ActiveCellId

Declaration
public int ActiveCellId { get; set; }
Property Value
Type Description
int

Position

The position of the pane.

Declaration
public ePanePosition Position { get; }
Property Value
Type Description
ePanePosition

SelectedRange

Selected Cells. Used in combination with ActiveCell

Declaration
public string SelectedRange { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX