Spread Windows Forms 12.0 Product Documentation
ToArgbColor(IWorkbook,Color) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ColorManager Class : ToArgbColor(IWorkbook,Color) Method
A Workbook object which contains color settings.
The specified color to get ARGB color from.
Get ARGB color from the specified color.
Syntax
'Declaration
 
Public Function ToArgbColor( _
   ByVal workbook As IWorkbook, _
   ByVal color As Color _
) As Color
'Usage
 
Dim instance As ColorManager
Dim workbook As IWorkbook
Dim color As Color
Dim value As Color
 
value = instance.ToArgbColor(workbook, color)
public Color ToArgbColor( 
   IWorkbook workbook,
   Color color
)

Parameters

workbook
A Workbook object which contains color settings.
color
The specified color to get ARGB color from.

Return Value

A Color value represents ARGB color.
See Also

Reference

ColorManager Class
ColorManager Members