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


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