Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XLUnicodeString Class / rgb Property


In This Topic
rgb Property (XLUnicodeString)
In This Topic
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.
Syntax
'Declaration
 
Public Property rgb As Byte()
 
'Usage
 
Dim instance As XLUnicodeString
Dim value() As Byte
 
instance.rgb = value
 
value = instance.rgb
See Also