ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PlaceholderCollection Class / AddRange Method
The ICollection whose elements should be added.

In This Topic
    AddRange Method (PlaceholderCollection)
    In This Topic
    Adds the special characters of an ICollection to the end of the PlaceholderCollection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal c() As CustomPlaceholder _
    ) 
    public void AddRange( 
       CustomPlaceholder[] c
    )

    Parameters

    c
    The ICollection whose elements should be added.
    See Also