Gets or sets an integer value that represents the red-green-blue value of the specified color.
'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.