Click or drag to resize

ParagraphCollection RemoveAt Method

Removes the paragraph at the specified index from the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
The index.

Implements

IParagraphCollection RemoveAt(Int32)
See Also