Insert

Insert(int, IParagraph)

Inserts a Paragraph into the collection at the specified index.

public void Insert(int index, IParagraph value)
ParameterTypeDescription
indexInt32The zero-based index at which Paragraph should be inserted.
valueIParagraphThe Paragraph to insert.

See Also


Insert(int, IParagraphCollection)

Inserts a content of ParagraphCollection into the collection at the specified index.

public void Insert(int index, IParagraphCollection value)
ParameterTypeDescription
indexInt32The zero-based index at which paragraphs should be inserted.
valueIParagraphCollectionThe paragraphs to insert.

See Also