Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LineFormat Class / icvLineColor Property


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