Class ExcelWorksheetView.ExcelWorksheetViewPaneSettings
Defines general properties for the panes, if the worksheet is frozen or split.
Inherited Members
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelWorksheetView.ExcelWorksheetViewPaneSettings : XmlHelper
Properties
ActivePanePosition
The active pane
Declaration
public ePanePosition ActivePanePosition { get; set; }
Property Value
| Type | Description |
|---|---|
| ePanePosition |
State
The state of the pane.
Declaration
public ePaneState State { get; }
Property Value
| Type | Description |
|---|---|
| ePaneState |
TopLeftCell
Declaration
public string TopLeftCell { get; set; }
Property Value
| Type | Description |
|---|---|
| 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.
Declaration
public double XSplit { get; set; }
Property Value
| Type | Description |
|---|---|
| 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.
Declaration
public double YSplit { get; set; }
Property Value
| Type | Description |
|---|---|
| double |