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


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