Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Top10Condition Class
Top10Condition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.