Click or drag to resize

IParagraphCollection Insert Method

Inserts a paragraph into collection at the specified index.

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

Parameters

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