Skip to main content
A newer version of this page is available. .

RecipientCollection.AddRange(Recipient[]) Method

Appends an array of recipients to the collection.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public void AddRange(
    Recipient[] items
)

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