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.
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...
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.
Represents a hyperlink for a cell or region. Syntax
A collection of WorksheetHyperlink instances in a Worksheet. Syntax
Public Properties Public Methods
Public Methods
Public Properties
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...
Clears all hyperlinks from the collection. Syntax