Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LongRGB Class / red Property


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