Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / ToArgb Method


In This Topic
    ToArgb Method (Color)
    In This Topic
    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()
    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