'Declaration Public Function AddTop10Rule( _ ByVal type As Top10ConditionType, _ ByVal rank As Integer, _ ByVal style As StyleInfo, _ ByVal ParamArray ranges() As CellRange _ ) As Top10Rule
'Usage Dim instance As ConditionalFormat Dim type As Top10ConditionType Dim rank As Integer Dim style As StyleInfo Dim ranges() As CellRange Dim value As Top10Rule value = instance.AddTop10Rule(type, rank, style, ranges)
Parameters
- type
- The Top10ConditionType top 10 condition.
- rank
- The number of top or bottom items to apply the style to.
- style
- The style that is applied to the cell when the condition is met.
- ranges
- The cell ranges where the rule is applied.
Return Value
Returns the new top 10 rule.