Click or drag to resize

ParagraphList Insert Method (Int32, TextParagraph)

Inserts a Paragraph 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,
	TextParagraph value
)

Parameters

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