PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridObjectCollection Class / RemoveAt Method

In This Topic
    RemoveAt Method (PropertyGridObjectCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    See Also