'Declaration
Public Sub RemoveAt( _ ByVal pictureIndex As Integer _ )
'Usage
Dim instance As PictureCollection Dim pictureIndex As Integer instance.RemoveAt(pictureIndex)
public void RemoveAt( int pictureIndex )
Parameters
- pictureIndex
- The index that corresponds to the Picture that will be removed.