AboveAverage.AboveBelow Property

Returns or sets one of the constants of the XlAboveBelow enumeration, specifying if the conditional formatting rule looks for cell values above or below the range average or standard deviation.

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

Syntax

'Declaration
Property AboveBelow As XlAboveBelow
    Get
    Set
'Usage
Dim instance As AboveAverage
Dim value As XlAboveBelow

value = instance.AboveBelow

instance.AboveBelow = value
XlAboveBelow AboveBelow { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlAboveBelow
XlAboveBelow

See Also

Reference

AboveAverage Interface

AboveAverage Members

Microsoft.Office.Interop.Excel Namespace