'Declaration
Public Overloads Shared Function ToArgb( _ ByVal workbook As Workbook, _ ByVal themeColor As ThemeColor _ ) As Integer
'Usage
Dim workbook As Workbook Dim themeColor As ThemeColor Dim value As Integer value = ColorHelper.ToArgb(workbook, themeColor)
public static int ToArgb( Workbook workbook, ThemeColor themeColor )
Parameters
- workbook
- The Workbook that contains the ThemeColor to convert.
- themeColor
- The ThemeColor to convert.
Return Value
The int that represents the converted ThemeColor.