Click or drag to resize

ParagraphCollection IndexOf Method

Returns the zero-based index of the specified paragraph.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int IndexOf(
	IParagraph paragraph
)

Parameters

paragraph
Type: Spire.Doc.Interface IParagraph
The paragraph.

Return Value

Type: Int32

Implements

IParagraphCollection IndexOf(IParagraph)
See Also