Click or drag to resize

IParagraphCollection Methods

The IParagraphCollection type exposes the following members.

Methods
Name Description
Public method Add
Adds a paragraph to the end of collection.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method IndexOf
Returns the zero-based index of the specified paragraph.
Public method Insert
Inserts a paragraph into collection at the specified index.
Public method RemoveAt
Removes the paragraph at the specified index from the collection.
Top
See Also