ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ComboBox Class / RemoveAt Method
The zero-based index of the element to remove.

In This Topic
    RemoveAt Method (ComboBox)
    In This Topic
    Removes the element at the specified index of the collection.
    Syntax
    Protected Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    protected void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also