PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridAttributeCollection Class / ReplaceRange Method

In This Topic
    ReplaceRange Method (PropertyGridAttributeCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ReplaceRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of PropertyAttribute) _
    ) 
    public void ReplaceRange( 
       int startingIndex,
       IEnumerable<PropertyAttribute> items
    )

    Parameters

    startingIndex
    items
    See Also