Class which controls the way frozen panes are arranged and used for a worksheet.
Inheritance
Properties
Section titled "Properties"FirstColumnInRightPane
Section titled "FirstColumnInRightPane"Inherited from: PaneSettingsBase
Gets or sets the first visible column in the right pane(s) of the worksheet.
public int FirstColumnInRightPane { get; set; } FirstRowInBottomPane
Section titled "FirstRowInBottomPane"Inherited from: PaneSettingsBase
Gets or sets the first visible row in the bottom pane(s) of the worksheet.
public int FirstRowInBottomPane { get; set; } FrozenColumns
Section titled "FrozenColumns"Gets or sets the number of columns frozen at the left of the worksheet.
public int FrozenColumns { get; set; } FrozenRows
Section titled "FrozenRows"Gets or sets the number of rows frozen at the top of the worksheet.
public int FrozenRows { get; set; } Methods
Section titled "Methods"Reset()
Section titled "Reset()"Inherited from: PaneSettingsBase
Resets the pane settings to their defaults.
public void Reset() Returns any
ResetCore()
Section titled "ResetCore()"Resets the frozen pane settings to their defaults.
protected override void ResetCore()