ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / GetField Method
The display index of the field.

In This Topic
    GetField Method (TableControl)
    In This Topic
    Gets the field at the given index.
    Syntax
    Public Function GetField( _
       ByVal index As Integer _
    ) As FieldDescription
    public FieldDescription GetField( 
       int index
    )

    Parameters

    index
    The display index of the field.

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also