Click or drag to resize

IParagraphCollection RemoveAt Method

Removes the paragraph at the specified index from the collection.

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

Parameters

index
Type: System Int32
The index.
See Also