Version

Search Results

Implicit Type Conversion(WorkbookColorInfo,Color) Operator

Converts from a Color to a WorkbookColorInfo. Syntax Parameters color The color to use in the WorkbookColorInfo. Return Value The WorkbookColorInfo containing the specified color.

Implicit Type Conversion(WorkbookColorInfo,WorkbookThemeColorType) Operator

Converts from a ThemeColorType to a WorkbookColorInfo. Syntax Parameters themeColorType The theme color type to use in the WorkbookColorInfo. Return Value The WorkbookColorInfo containing the specified theme color type.

Implicit Type Conversion Operator

Converts from a Color to a WorkbookColorInfo. Overload List

Inequality Operator (WorkbookColorInfo)

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

ThemeColorType Property

Gets the base theme color associated of the WorkbookColorInfo. Syntax

Tint Property

Gets the to apply to the base color, from -1.0 (100% darken) to 1.0 (100% lighten). Syntax

ToString Method (WorkbookColorInfo)

Gets the string representation of the WorkbookColorInfo. Syntax

WorkbookColorInfo Constructor(Color)

Creates a new WorkbookColorInfo with the specified Color. Syntax Parameters color The color which should be displayed when the WorkbookColorInfo is used. Exceptions Exception Description System.ArgumentException color is the empty Color or has a non-opaque alpha channel.

WorkbookColorInfo Constructor(Color,Double)

Creates a new WorkbookColorInfo with the specified Color and tint. Syntax Parameters color The base color which should be displayed when the WorkbookColorInfo is used.tint The tint to apply to the base color, from -1.0 (100% darken) to 1.0 (100% lighten). Exceptions Exception Description System.ArgumentException c...

WorkbookColorInfo Constructor(WorkbookThemeColorType)

Creates a new WorkbookColorInfo with the specified theme color. Syntax Parameters themeColorType The type of theme color which should be displayed when the WorkbookColorInfo is used. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException themeColorType is not defined in the WorkbookThe...