rgb Property (XLUnicodeString)
An array of bytes that specifies the characters. If fHighByte is 0x0, the size of the array MUST be equal to cch. If fHighByte is 0x1, the size of the array MUST be equal to cch*2.
'Declaration
Public Property rgb As Byte()
'Usage
Dim instance As XLUnicodeString
Dim value() As Byte
instance.rgb = value
value = instance.rgb