Version

WorkbookColorInfo Class Members

The following tables list the members exposed by WorkbookColorInfo.

Public Constructors
 NameDescription
Public ConstructorWorkbookColorInfo ConstructorOverloaded.   
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)AutomaticGets the automatic color, which is the window text system color.  
Public PropertyColorGets the base color associated of the WorkbookColorInfo.  
Public PropertyIsAutomaticGets the value which indicates whether the WorkbookColorInfo is automatic, or the window text system color.  
Public PropertyThemeColorTypeGets the base theme color associated of the WorkbookColorInfo.  
Public PropertyTintGets the to apply to the base color, from -1.0 (100% darken) to 1.0 (100% lighten).  
Public PropertyTransformReturns the associated WorkbookColorTransform, or null if this instance is not associated with a transform.  
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the WorkbookColorInfo is equal to the specified object.  
Public MethodGetHashCodeGets the hash code for the WorkbookColorInfo.  
Public MethodGetResolvedColorOverloaded. Gets the actual color which will be seen in Microsoft Excel if the WorkbookColorInfo is used.  
Public MethodToStringGets the string representation of the WorkbookColorInfo.  
Public Operators
public Operator Equality Determines whether two WorkbookColorInfo instances are equal.
public Operator Implicit Type Conversion Overloaded. Converts from a Color to a WorkbookColorInfo.
public Operator Inequality Determines whether two WorkbookColorInfo instances are unequal.
See Also