ToArgb Method (ColorManager)
Get ARGB-compatible fill from the specified fill.
'Declaration
Public Function ToArgb( _
ByVal As Workbook, _
ByRef As Fill _
) As Fill
'Usage
Dim instance As ColorManager
Dim workbook As Workbook
Dim fill As Fill
Dim value As Fill
value = instance.ToArgb(workbook, fill)
Parameters
- workbook
- A Workbook object which contains color settings.
- fill
- The specified color to get ARGB color from.
Return Value
A
Color value represents ARGB color.