Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / ARGB Property


In This Topic
    ARGB Property
    In This Topic
    Gets or sets an integer value that represents the red-green-blue value of the specified color.
    Syntax
    'Declaration
     
    
    Property ARGB As Integer
    'Usage
     
    
    Dim instance As IColorFormat
    Dim value As Integer
     
    instance.ARGB = value
     
    value = instance.ARGB
    int ARGB {get; set;}

    Property Value

    The integer value that represents the alpha-red-green-blue value of the specified color.
    See Also