Click or drag to resize

ParagraphCollection Insert Method

Inserts a paragraph into collection at the specified index.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Insert(
	int index,
	IParagraph paragraph
)

Parameters

index
Type: System Int32
The index.
paragraph
Type: Spire.Doc.Interface IParagraph
The paragraph.

Implements

IParagraphCollection Insert(Int32, IParagraph)
See Also