Show / Hide Table of Contents

Class ExcelWorksheetView.ExcelWorksheetPanes

The worksheet panes after a freeze or split.

Inheritance
System.Object
XmlHelper
ExcelWorksheetView.ExcelWorksheetPanes
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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

SelectedRange

Selected Cells. Used in combination with ActiveCell

Declaration
public string SelectedRange { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX