[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Color.ToArgb

ToArgb Method

ToArgb()

Gets the 32-bit ARGB value of this Color structure.

Declaration
public int ToArgb()
Public Function ToArgb() As Integer
Returns
Type Description
int

The 32-bit ARGB value of this Color structure.

Remarks

Invoke this function only if the Type is ARGB and IsKnownColor() is false.

The Tint value isn't applied to the result.