ArcGIS Pro 2.9 API Reference Guide
GetField Method (TableControl)

ArcGIS.Desktop.Editing Namespace > TableControl Class : GetField Method
The display index of the field.
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, Windows 8.1

See Also

Reference

TableControl Class
TableControl Members