Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AreaFormat Class / rgbFore Property


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