Class which controls the way frozen panes are arranged and used for a worksheet.

Inherited from: PaneSettingsBase

Gets or sets the first visible column in the right pane(s) of the worksheet.

public int FirstColumnInRightPane { get; set; }

Inherited from: PaneSettingsBase

Gets or sets the first visible row in the bottom pane(s) of the worksheet.

public int FirstRowInBottomPane { get; set; }

Gets or sets the number of columns frozen at the left of the worksheet.

public int FrozenColumns { get; set; }

Gets or sets the number of rows frozen at the top of the worksheet.

public int FrozenRows { get; set; }

Inherited from: PaneSettingsBase

Resets the pane settings to their defaults.

public void Reset()

Returns any

Resets the frozen pane settings to their defaults.

protected override void ResetCore()

Returns any