Version

Search Results

ShowInputMessage Property

Gets or sets the value which indicates whether to show the user an input prompt tooltip when the user selects the cell in Microsoft Excel. Syntax Remarks The input prompt will only be shown if this value is True and the InputMessageDescription is not null.

DateSystem Enumeration

Represents the various ways a date can be stored internally. Syntax Members Member Description From1900 Dates are stored as time elapsed since 1900. From1904 Dates are stored as time elapsed since 1904 (used mainly on Apple computers).

DiagonalBorders Enumeration

Represents the diagonal borders which can be displayed in cells. Syntax Members Member Description All Both diagonal borders will be displayed in the cell. Default The default value for the diagonal borders. DiagonalDown A diagonal border going from the top-left to bottom-right corner will be displayed in the cell...

DisplayOptions Class

Abstract base class which exposes the various display options available for a worksheet which can be saved with both a worksheet and a custom view. Syntax Remarks This class provides a way to control how a worksheet is displayed when it is viewed in Microsoft Excel.

DisplayOptions Class Events

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

DisplayOptions Class Members

Public Properties Public Methods Protected Methods Public Events

DisplayOptions Class Methods

Public Methods Protected Methods

ClearSelection Method

Removes any saved selection information. Syntax

FrozenPaneSettings Property

Gets the settings which control the frozen panes in the worksheet. Syntax Property Value The settings which control the frozen panes in the worksheet.. Remarks For these settings to be saved in the workbook file, PanesAreFrozen must be True. Note: Frozen and unfrozen panes cannot be used simultaneously, so dependi...