Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Schedule.Printing Namespace / PrintStyleCollection Class / AddRange Method
An array of type PrintStyle that contains the print styles to add.

In This Topic
    AddRange Method (PrintStyleCollection)
    In This Topic
    Adds a set of PrintStyle objects to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items() As PrintStyle _
    ) 
    public void AddRange( 
       PrintStyle[] items
    )

    Parameters

    items
    An array of type PrintStyle that contains the print styles to add.
    See Also