ArcGIS Pro 2.8 API Reference Guide
RemoveAt Method (Gallery)

ArcGIS.Desktop.Framework.Contracts Namespace > Gallery Class : RemoveAt Method
The zero-based index of the element to remove.
Removes the element at the specified index of the collection.
Syntax
protected void RemoveAt( 
   int index
)
Protected Sub RemoveAt( _
   ByVal index As Integer _
) 

Parameters

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Gallery Class
Gallery Members