Spread WPF 17
GrapeCity.Excel Namespace / ExcelBorderSide Class / Color Property


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

    Property Value

    The color of the border line
    See Also