Spread Silverlight Documentation
FromRank Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Top10Condition Class : FromRank Method
The type.
The rank.
The ranges.
Creates a Top10Condition object from the rank.
Syntax
'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.
See Also

Reference

Top10Condition Class
Top10Condition Members