Share via


AboveAverage.Borders Property

Returns a Borders collection that specifies the formatting of cell borders if the conditional formatting rule evaluates to True. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Borders As Borders
    Get
'Usage
Dim instance As AboveAverage
Dim value As Borders

value = instance.Borders
Borders Borders { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Borders
Borders

Remarks

For a conditional formatting object, you can only set the properties for the top, bottom, and side borders of the cell.

See Also

Reference

AboveAverage Interface

AboveAverage Members

Microsoft.Office.Interop.Excel Namespace