ArcGIS Pro 3.3 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 FieldDescription GetField( 
       int index
    )
    Public Function GetField( _
       ByVal index As Integer _
    ) As FieldDescription

    Parameters

    index
    The display index of the field.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also