PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / MethodAttributeCollection Class / Insert Method / Insert(Int32,MethodAttribute) Method

In This Topic
    Insert(Int32,MethodAttribute) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal item As MethodAttribute _
    ) 
    public void Insert( 
       int index,
       MethodAttribute item
    )

    Parameters

    index
    item
    See Also