Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AreaFormat Class / rgbBack Property


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