Spread WinForms 15
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

Property Value

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