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


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