Paragraphs.Insert

Paragraphs.Insert method

Insert paragraph to collection.

public void Insert(int index, BaseParagraph paragraph)
ParameterTypeDescription
indexInt32The index for paragraph.
paragraphBaseParagraphThe paragraph.

See Also