Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IRichValue Interface / GetFieldName Method
An integer value indicates the field index.


In This Topic
GetFieldName Method (IRichValue)
In This Topic
Gets the name of field.
Syntax
'Declaration
 
Function GetFieldName( _
   ByVal index 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.
See Also