Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LongRGB Class / blue Property


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