ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / SetFieldOrderAsync Method

In This Topic
    SetFieldOrderAsync Method (TableControl)
    In This Topic
    Sets the field order in the table control according to the specified set of field names.
    Syntax
    Public Function SetFieldOrderAsync( _
       ByVal fieldNames As List(Of String) _
    ) As Task
    public Task SetFieldOrderAsync( 
       List<string> fieldNames
    )

    Parameters

    fieldNames
    Remarks
    The fieldNames can contain a subset of the fields in the MapMember. These fields will be ordered first. All remaining visible fields in the MapMember will follow in their default display order.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also