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
State
The state of the pane.
public ePaneState State { get; }
Property Value
TopLeftCell
public string TopLeftCell { get; set; }
Property Value
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
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; }