Version

Search Results

HorizontalPageBreak Class Members

Public Constructors Public Properties Public Methods

FirstRowOnPage Property

Gets the 0-based index of the first row on the page after this break. Syntax

HorizontalPageBreak Constructor(Int32)

Creates a new HorizontalPageBreak instance. Syntax Parameters firstRowOnPage The 0-based index of the first row on the page after this break.

HorizontalPageBreak Constructor(Int32,WorksheetRegion)

Creates a new HorizontalPageBreak instance. Syntax Parameters firstRowOnPage The 0-based index of the first row on the page after this break.printArea The print area in which the page break should occur or null to break in the entire sheet. Exceptions Exception Description System.ArgumentException Occurs when prin...

HorizontalTextAlignment Enumeration

Represents the various horizontal text alignment types. Syntax Members Member Description Center Align text in the center of the line. Distributed Distributes the words across the entire line. Justified Align text so it is justified across the line. JustifiedLow Aligns the text with an adjusted kashida length for ...

IWorkbookFont Interface

Represents a font for the cell in the related context. Syntax Remarks If a property of a font has a default value, value of the previous font in resolution chain is used. The resolution priority is the following: Cell (highest priority) Row Column Default Cell Format (lowest priority) For example, if a column font...

IWorkbookFont Interface Members

Public Properties Public Methods