ArcGIS Pro 3.2 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 Task SetFieldOrderAsync( 
       List<string> fieldNames
    )
    Public Function SetFieldOrderAsync( _
       ByVal fieldNames As List(Of String) _
    ) As Task

    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, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also