Abstract base class for classes which control pane settings.

Inheritance

Classes that extend this class.

Derived Classes

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

public int FirstColumnInRightPane { get; set; }

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

public int FirstRowInBottomPane { get; set; }

Resets the pane settings to their defaults.

public void Reset()

Returns any

Resets the pane settings to their defaults.

protected virtual void ResetCore()

Returns any