Version

Search Results

Reset Method (WorkbookStyleCollection)

Resets the collection to its original state by clearing all styles and adding in preset built in styles. Overload List

WorkbookStyle Class Members

Public Properties Public Methods

WorkbookStyle Class Properties

Public Properties

IsBuiltIn Property

Gets the value indicating whether the style is a built in style in Microsoft Excel. Syntax

Name Property (WorkbookStyle)

Gets or sets the name of the workbook style. Syntax Property Value The name of the workbook style. Exceptions Exception Description System.InvalidOperationException The value is assigned and the style is a built. System.ArgumentException The value assigned is null or empty. System.ArgumentException The value assig...

Reset Method (WorkbookStyle)

Resets the style to its original state. Syntax Remarks If this is a user defined style, the format of the style will be reset so that it provides no formatting properties. If this is a built in style, this format will revert back to its preset state if it has previously been changed.

StyleFormat Property

Gets the cell format which applies to the workbook style. Syntax Property Value The cell format which applies to the workbook style.

WorkbookThemeColorType Enumeration

Represents the various theme colors in a workbook. Syntax Members Member Description Accent1 Represents the Accent 1 theme color. Accent2 Represents the Accent 2 theme color. Accent3 Represents the Accent 3 theme color. Accent4 Represents the Accent 4 theme color. Accent5 Represents the Accent 5 theme color. Accen...

WorkbookWindowOptions Class

Represents the window options which are saved with the workbook. Syntax Remarks The properties explicitly defined on this class and not inherited from the base class, WindowOptions, are options that can be saved with a workbook, but not with a custom view.