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

In This Topic
    Insert Method (PropertyGridObjectCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(2)>
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    [NullableContext(2)]
    public void Insert( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also