Spread WPF 17
GrapeCity.Excel Namespace / DifferentialFormatting Class / Border Property


In This Topic
    Border Property (DifferentialFormatting)
    In This Topic
    Express a single set of cell border formats. (left, right, top, bottom). Color is optional, when missing, 'automatic' is applied.
    Syntax
    'Declaration
     
    Public Property Border As IExcelBorder
    'Usage
     
    Dim instance As DifferentialFormatting
    Dim value As IExcelBorder
     
    instance.Border = value
     
    value = instance.Border
    public IExcelBorder Border {get; set;}

    Property Value

    The border.
    See Also