OdsoFieldMapDataCollection class

OdsoFieldMapDataCollection class

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

Constructors

NameDescription
OdsoFieldMapDataCollection()The default constructor.

Indexers

NameDescription
__getitem__(index)Gets or sets an item in this collection.

Properties

NameDescription
countGets the number of elements contained in the collection.

Methods

NameDescription
add(value)Adds an object to the end of this collection.
clear()Removes all elements from this collection.
remove_at(index)Removes the element at the specified index.

See Also