Paragraphs.InsertRange

Paragraphs.InsertRange method

Inserts the elements of a collection into the list at the specified index.

public void InsertRange(int index, IEnumerable<BaseParagraph> collection)
ParameterTypeDescription
indexInt32Index value.
collectionIEnumerable`1Collection.

See Also