ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / GetFrozenFields Method

In This Topic
    GetFrozenFields Method (TableControl)
    In This Topic
    Gets the set of frozen fields in the table control.
    Syntax
    public IReadOnlyList<string> GetFrozenFields()
    Public Function GetFrozenFields() As IReadOnlyList(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also