Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ContinueFrt12 Class / rgb Property


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