ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / ColorPalette Class / ReplaceRange Method

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

    Parameters

    startingIndex
    items
    See Also