DocumentCollectionIndexOf Method |
Gets the index of specified document.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int IndexOf(
Object value
)
Public Function IndexOf (
value As Object
) As Integer
Parameters
- value Object
Return Value
Int32Implements
IListIndexOf(Object)
See Also