NamedItemListTIndexOf(String) Method |
Gets the index of the item with the specified name.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
string itemName
)
Parameters
- itemName String
- The item name to locate.
Return Value
Int32The zero-based index of the item, or
-1 if it is not found.
See Also