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
)
Public Function IndexOf (
paragraph As IParagraph
) As Integer
public:
virtual int IndexOf(
IParagraph^ paragraph
) sealed
abstract IndexOf :
paragraph : IParagraph -> int
override IndexOf :
paragraph : IParagraph -> int
Parameters
-
paragraph
-
Type:
Spire.Doc.Interface
IParagraph
The paragraph.
Return Value
Type:
Int32
Implements
IParagraphCollection
IndexOf(IParagraph)
See Also