[This is preliminary documentation and is subject to change.]

Returns the Rank of a particular integer

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string GetRank(
	int rank
)
Visual Basic (Declaration)
Public Function GetRank ( _
	rank As Integer _
) As String
Visual C++
public:
String^ GetRank(
	int rank
)

Parameters

rank
Type: System..::.Int32
The integer for which the rank is to be determined, valid values are 1-5

Return Value

The rank of the integer. For example: 1 is ranked first, 2 as second and so on. 5 is ranked as last. Returns "Error" if the input is not in the range of 1-5.

See Also