Version

Search Results

Automatic Property

Gets the automatic color, which is the window text system color. Syntax

Color Property

Gets the base color associated of the WorkbookColorInfo. Syntax

Equals Method (WorkbookColorInfo)

Determines whether the WorkbookColorInfo is equal to the specified object. Syntax Parameters obj The object to test for equality. Return Value True if the object is equal to this instance; False otherwise.

GetHashCode Method (WorkbookColorInfo)

Gets the hash code for the WorkbookColorInfo. Syntax Return Value A number which can be used to hash this instance.

GetResolvedColor() Method

Gets the actual color which will be seen in Microsoft Excel if the WorkbookColorInfo is used. Syntax Return Value A Color which combines the Color and Tint if it is set. Exceptions Exception Description System.ArgumentNullException The ThemeColorType is not null. When the ThemeColorType is set, the GetResolvedColo...

GetResolvedColor(Workbook) Method

Gets the actual color which will be seen in Microsoft Excel if the WorkbookColorInfo is used. Syntax Parameters workbook The workbook in which the WorkbookColorInfo is used. Return Value A Color which combines the Color, ThemeColorType, and/or Tint, depending on what is set. Exceptions Exception Description System...

GetResolvedColor Method

Gets the actual color which will be seen in Microsoft Excel if the WorkbookColorInfo is used. Overload List

IsAutomatic Property

Gets the value which indicates whether the WorkbookColorInfo is automatic, or the window text system color. Syntax

Equality Operator (WorkbookColorInfo)

Determines whether two WorkbookColorInfo instances are equal. Syntax Parameters a The first WorkbookColorInfo instance.b The second WorkbookColorInfo instance. Return Value True if the WorkbookColorInfo instances are equal; False otherwise.