Version

WorkbookColorInfo Constructor(WorkbookThemeColorType,Double)

Creates a new WorkbookColorInfo with the specified theme color and tint.
Syntax
public WorkbookColorInfo( 
   WorkbookThemeColorType themeColorType,
   double tint
)

Parameters

themeColorType
The type of theme color which should be the base color 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
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptionthemeColorType is not defined in the WorkbookThemeColorType enumeration.
System.ArgumentOutOfRangeExceptiontint is outside the range of -1.0 to 1.0, inclusive.
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