Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebPub Class / frtRgb Property


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