Version

Implicit Type Conversion(WorkbookColorInfo,WorkbookThemeColorType) Operator

Converts from a ThemeColorType to a WorkbookColorInfo.
Syntax
public WorkbookColorInfo operator implicit( 
   WorkbookThemeColorType themeColorType
)

Parameters

themeColorType
The theme color type to use in the WorkbookColorInfo.

Return Value

The WorkbookColorInfo containing the specified theme color type.
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