Table of Contents

Class ExcelWorksheetView.ExcelWorksheetViewPaneSettings

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

Defines general properties for the panes, if the worksheet is frozen or split.

public class ExcelWorksheetView.ExcelWorksheetViewPaneSettings : XmlHelper
Inheritance
ExcelWorksheetView.ExcelWorksheetViewPaneSettings
Inherited Members

Properties

ActivePanePosition

The active pane

public ePanePosition ActivePanePosition { get; set; }

Property Value

ePanePosition

State

The state of the pane.

public ePaneState State { get; }

Property Value

ePaneState

TopLeftCell

public string TopLeftCell { get; set; }

Property Value

string

XSplit

The horizontal position of the split. 1/20 of a point if the pane is split. Number of columns in the top pane if this pane is frozen.

public double XSplit { get; set; }

Property Value

double

YSplit

The vertical position of the split. 1/20 of a point if the pane is split. Number of rows in the left pane if this pane is frozen.

public double YSplit { get; set; }

Property Value

double