Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / Border Property


In This Topic
    Border Property (IExtendedFormat)
    In This Topic
    Gets or sets the border of the ExtendedFormat.
    Syntax
    'Declaration
     
    Property Border As IExcelBorder
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As IExcelBorder
     
    instance.Border = value
     
    value = instance.Border
    IExcelBorder Border {get; set;}

    Property Value

    The border of the ExtendedFormat
    See Also