Spread WPF 17
GrapeCity.Excel Namespace / GcColor Structure / ToArgb Method


In This Topic
    ToArgb Method
    In This Topic
    Gets the 32-bit ARGB value of this structure.
    Syntax
    'Declaration
     
    Public Function ToArgb() As UInteger
    'Usage
     
    Dim instance As GcColor
    Dim value As UInteger
     
    value = instance.ToArgb()
    public uint ToArgb()

    Return Value

    The 32-bit ARGB value of this GrapeCity.Excel.GcColor
    See Also