[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RichValue-1.GetFieldName

GetFieldName Method

GetFieldName(int)

Gets the name of field.

Declaration
public string GetFieldName(int index)
Public Function GetFieldName(index As Integer) As String
Parameters
Type Name Description
int index

An integer value indicates the field index.

Returns
Type Description
string

A string value represents the name of field.

Implements