RecipientCollection.AddRange(Recipient[]) Method
Appends an array of recipients to the collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | Recipient[] | An array of the Recipient class descendants to append to the collection. |
Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also