Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / LineColor Property


In This Topic
    LineColor Property (ExcelShape)
    In This Topic
    Gets or sets the color of the line.
    Syntax
    'Declaration
     
    
    Public Property LineColor As Color
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Color
     
    instance.LineColor = value
     
    value = instance.LineColor
    public Color LineColor {get; set;}

    Property Value

    color of the line
    See Also