Spread Windows Forms 12.0 Product Documentation
ToArgb Method (Color)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : ToArgb Method
Gets the 32-bit ARGB value of this Color structure.
Syntax
'Declaration
 
Public Function ToArgb() As Integer
'Usage
 
Dim instance As Color
Dim value As Integer
 
value = instance.ToArgb()
public int ToArgb()

Return Value

The 32-bit ARGB value of this Color structure.
Remarks
Invoke this function only if the Type is ColorType.ARGB and IsKnownColor is false.

The Tint value isn't applied to the result.

See Also

Reference

Color Structure
Color Members