ComponentOne Scheduler for WinForms
AddRange Method (PrintStyleCollection)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule.Printing Namespace > PrintStyleCollection Class : AddRange Method
An array of type PrintStyle that contains the print styles to add.
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

Reference

PrintStyleCollection Class
PrintStyleCollection Members