Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Top10Condition Class / FromRank Method
The type.
The rank.
The ranges.


In This Topic
    FromRank Method
    In This Topic
    Creates a Top10Condition object from the rank.
    Syntax
    'Declaration
     
    Public Shared Function FromRank( _
       ByVal type As Top10ConditionType, _
       ByVal rank As Integer, _
       ByVal ranges() As ICellRange _
    ) As Top10Condition
    'Usage
     
    Dim type As Top10ConditionType
    Dim rank As Integer
    Dim ranges() As ICellRange
    Dim value As Top10Condition
     
    value = Top10Condition.FromRank(type, rank, ranges)
    public static Top10Condition FromRank( 
       Top10ConditionType type,
       int rank,
       ICellRange[] ranges
    )

    Parameters

    type
    The type.
    rank
    The rank.
    ranges
    The ranges.

    Return Value

    The Top10Condition object.
    See Also