Abstract base class for classes which control pane settings.
Inheritance
object
Classes that extend this class.
Derived ClassesProperties
Section titled "Properties"FirstColumnInRightPane
Section titled "FirstColumnInRightPane"Gets or sets the first visible column in the right pane(s) of the worksheet.
public int FirstColumnInRightPane { get; set; } FirstRowInBottomPane
Section titled "FirstRowInBottomPane"Gets or sets the first visible row in the bottom pane(s) of the worksheet.
public int FirstRowInBottomPane { get; set; } Methods
Section titled "Methods"Reset()
Section titled "Reset()"Resets the pane settings to their defaults.
public void Reset() Returns any
ResetCore()
Section titled "ResetCore()"Resets the pane settings to their defaults.
protected virtual void ResetCore()