'Declaration Public Shared Function FromRank( _ ByVal type As Top10ConditionType, _ ByVal rank As System.Integer, _ ByVal ranges() As ICellRange _ ) As Top10Condition
'Usage Dim type As Top10ConditionType Dim rank As System.Integer Dim ranges() As ICellRange Dim value As Top10Condition value = Top10Condition.FromRank(type, rank, ranges)
public static Top10Condition FromRank( Top10ConditionType type, System.int rank, ICellRange[] ranges )
Parameters
- type
- The type.
- rank
- The rank.
- ranges
- The ranges.
Return Value
The Top10Condition object.