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.
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.
Converts from a Color to a WorkbookColorInfo. Overload List
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.
Gets the base theme color associated of the WorkbookColorInfo. Syntax
Gets the to apply to the base color, from -1.0 (100% darken) to 1.0 (100% lighten). Syntax
Gets the string representation of the WorkbookColorInfo. Syntax
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.
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...
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...