Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XLUnicodeStringNoCch Class / rgb Property


In This Topic
    rgb Property (XLUnicodeStringNoCch)
    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 XLUnicodeStringNoCch
    Dim value() As Byte
     
    instance.rgb = value
     
    value = instance.rgb
    public byte[] rgb {get; set;}
    See Also