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


In This Topic
    rgb Property (ShortXLUnicodeString)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgb As Byte()
    'Usage
     
    
    Dim instance As ShortXLUnicodeString
    Dim value() As Byte
     
    instance.rgb = value
     
    value = instance.rgb
    public byte[] rgb {get; set;}
    See Also