[This is preliminary documentation and is subject to change.]
Returns the Rank of a particular integer
Namespace:
OfficeClip.UtilsAssembly: 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
