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

In This Topic
    AddRange Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal items As IEnumerable(Of ColorPaletteEntry) _
    ) 
    public void AddRange( 
       IEnumerable<ColorPaletteEntry> items
    )

    Parameters

    items
    See Also