BookmarkCollectionIndexOf Method |
Determines the index of a specific item in the IListT.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public int IndexOf(
Bookmark item
)
Public Function IndexOf (
item As Bookmark
) As Integer
Parameters
- item Bookmark
- The object to locate in the IListT.
Return Value
Int32The index of item if found in the list; otherwise, -1.
See Also