Top10 Interface

Represents a top ten visual of a conditional formatting rule. Applying a color to a range helps you see the value of a cell relative to other cells.

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

Syntax

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

Remarks

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

See Also

Reference

Top10 Members

Microsoft.Office.Interop.Excel Namespace