Retrieve a key's name by the given index value.
Visual Basic |
---|
Public Function GetItemKeyByIndex( _ ByVal Index As Long _ ) As String |
- Index
- A long value which represents the index which matches the key's name.
A string value which represents the key's name.