Class ExcelWorksheetView.ExcelWorksheetPanes
The selection properties for panes after a freeze or split.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelWorksheetPanes : XmlHelper
  Properties
ActiveCell
Set the active cell. Must be set within the SelectedRange.
Declaration
public string ActiveCell { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ActiveCellId
Declaration
public int ActiveCellId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
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 | 
|---|---|
| System.String |