Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / rgbText Property


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