ProjectItemListBaseTItemIndexOf(String) Method |
Gets the index of the item with the specified name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
string itemName
)
Parameters
- itemName String
- The item name.
Return Value
Int32The zero-based index, or -1 if no item with that name was found.
See Also