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.
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).
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...
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.
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
Public Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties
Removes any saved selection information. Syntax
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...