AboveAverage Interface

Represents an above average visual of a conditional formatting rule. Applying a color or fill to a range or selection to help you see the value of a cells relative to other cells.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002449E-0000-0000-C000-000000000046")> _
Public Interface AboveAverage
'Usage
Dim instance As AboveAverage
[InterfaceTypeAttribute()]
[GuidAttribute("0002449E-0000-0000-C000-000000000046")]
public interface AboveAverage

Remarks

All conditional formatting objects are contained within a FormatConditions collection object, which is a child of a Range collection. You can create an above average formatting rule by using either the Add(XlFormatConditionType, Object, Object, Object, Object, Object, Object, Object) or AddAboveAverage() method of the FormatConditionscollection.

See Also

Reference

AboveAverage Members

Microsoft.Office.Interop.Excel Namespace