Version

Search Results

ResetCore Method (WorksheetDisplayOptions)

Resets the display options to their default settings. Syntax Remarks The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank worksheet.

ShowWhitespaceInPageLayoutView Property

Gets or sets the value which indicates whether to show whitespace between worksheet pages in page layout view. Syntax Property Value The value which indicates whether to show white page between worksheet pages in page layout view. Remarks Note: For this value to affect the display of the worksheet, the View must b...

TabColorInfo Property

Gets or sets the WorkbookColorInfo to use for the associated worksheets tab in the tab bar of Microsoft Excel. Syntax Property Value The WorkbookColorInfo to use for the associated worksheets tab in the tab bar of Microsoft Excel. Remarks If the tab bar is not visible, this color will not be seen.

WorksheetHyperlink Class

Represents a hyperlink for a cell or region. Syntax

WorksheetHyperlinkCollection Class

A collection of WorksheetHyperlink instances in a Worksheet. Syntax

WorksheetHyperlinkCollection Class Members

Public Properties Public Methods

Add Method (WorksheetHyperlinkCollection)

Adds the specified hyperlink to the collection. Syntax Parameters hyperlink The hyperlink to add to the collection. Exceptions Exception Description System.ArgumentNullException Occurs when the hyperlink is null. System.ArgumentException Occurs when the hyperlink already belongs to a Worksheet.Hyperlinks collectio...

Clear Method (WorksheetHyperlinkCollection)

Clears all hyperlinks from the collection. Syntax