Click or drag to resize

BookmarkCollectionIndexOf Method

Determines the index of a specific item in the IListT.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public int IndexOf(
	Bookmark item
)

Parameters

item  Bookmark
The object to locate in the IListT.

Return Value

Int32
The index of item if found in the list; otherwise, -1.
See Also