GetFieldName Method (IRichValue)
Gets the name of field.
'Declaration
Function GetFieldName( _
ByVal As Integer _
) As String
'Usage
Dim instance As IRichValue
Dim index As Integer
Dim value As String
value = instance.GetFieldName(index)
Parameters
- index
- An integer value indicates the field index.
Return Value
A string value represents the name of field.