Click or drag to resize

ProjectItemListBaseTItemIndexOf(String) Method

Gets the index of the item with the specified name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	string itemName
)

Parameters

itemName  String
The item name.

Return Value

Int32
The zero-based index, or -1 if no item with that name was found.
See Also