Click or drag to resize

ParagraphList Insert Method (Int32, ParagraphCollection)

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

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Insert(
	int index,
	ParagraphCollection value
)

Parameters

index
Type: System Int32
The zero-based index at which paragraphs should be inserted.
value
Type: Spire.Presentation.Collections ParagraphCollection
The paragraphs to insert.
See Also