OdsoRecipientDataCollection

OdsoRecipientDataCollection

Overview

OdsoRecipientDataCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<OdsoRecipientData>.

A typed collection of OdsoRecipientData To learn more, visit the Mail Merge and Reporting documentation article.

This class provides 4 methods for working with OdsoRecipientDataCollection objects in .NET programs. Available methods include: Add, Clear, GetEnumerator, RemoveAt. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of elements contained in the collection.

Methods

SignatureDescription
GetEnumerator()Returns an enumeratoriteratorenumerator object that can be used to iterate over all items in the collection.
Add(value: OdsoRecipientData)Adds an object to the end of this collection.
Clear()Removes all elements from this collection.
RemoveAt(index: int)Removes the element at the specified index.

See Also