TextElementCollection<TextElementType>.Add(TextElementType) Method

Definition

Appends a specified item to the collection.

public:
 virtual void Add(TextElementType item);
public void Add (TextElementType item);
abstract member Add : 'extElementType -> unit
override this.Add : 'extElementType -> unit
Public Sub Add (item As TextElementType)

Parameters

item
TextElementType

An item to append to the collection.

Implements

Exceptions

Raised when item already belongs to a collection.

Raised when item is null.

Applies to

See also