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


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