Version

GetResolvedColor(Workbook) Method

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

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
ExceptionDescription
System.ArgumentNullExceptionworkbook is null and ThemeColorType is not null. When the ThemeColorType is set, the 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