Creates a new VerticalPageBreak instance. Syntax Parameters firstColumOnPage The 0-based index of the first column on the page after this break.
Creates a new VerticalPageBreak instance. Syntax Parameters firstColumOnPage The 0-based index of the first column 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 p...
Overload List
Represents the various vertical text alignment types. Syntax Members Member Description Bottom Align the text to the bottom of the available area. Center Align the center to the bottom of the available area. Top Align the text to the top of the available area.
Abstract base class which exposes the various workbook window options available which can be saved with both a workbook and a custom view. Syntax Remarks This class provides a way to control how a workbook is displayed when it is viewed in Microsoft Excel.
For a list of all members of this type, see WindowOptions members. Public Events Name Description PropertyChanged Occurs after a property value has changed Top
Public Properties Public Methods Public Events
Public Methods
Public Properties
Gets or sets the way the objects and shapes are displayed in the workbook. Syntax Property Value The way the objects and shapes are displayed in the workbook. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException The assigned value is not defined in the ObjectDisplayStyle enumeration.