Version

Search Results

PageBreak Class Members

Public Properties Public Methods

PageBreak Class Methods

Public Methods

PageBreak Class Properties

Public Properties

Equals Method (PageBreak)

Determines whether this PageBreak is equal to the specified object. Syntax Parameters obj The object to test. Return Value True if the object is the same type as this PageBreak and has the same data; False otherwise.

GetHashCode Method (PageBreak)

Gets the hash code for the PageBreak. Syntax Return Value A hash code for the instance.

PrintArea Property

Gets the print area in which the page break occurs. Syntax Property Value A instance that is the print area where the page break occurs or null if the page break occurs across the entire sheet.

PageNumbering Enumeration

Represents the way pages are numbered when printed. Syntax Members Member Description Automatic Pages are automatically numbered based on the style of the worksheet. UseStartPageNumber The starting page number specified is used for the first page, additional pages receive a page number that it one greater than the...

PageOrder Enumeration

Represents the ways to order the pages of multiple page worksheets. Syntax Members Member Description DownThenOver The first page to print is the top-left page. The next pages printed are below the first page. When there are no more pages below, the page to the right of the top-left page is printed, then the pages...

PaneSettingsBase Class

Abstract base class for classes which control pane settings. Syntax

PaneSettingsBase Class Events

For a list of all members of this type, see PaneSettingsBase members. Public Events Name Description PropertyChanged Occurs after a property value has changed Top