Version

GetResolvedColor() Method

Gets the actual color which will be seen in Microsoft Excel if the WorkbookColorInfo is used.
Syntax
public Color GetResolvedColor()

Return Value

A Color which combines the Color and Tint if it is set.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe ThemeColorType is not null. When the ThemeColorType is set, the GetResolvedColor(Workbook) method must be called with a non-null Workbook.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also