Click or drag to resize

ProjectItemListBaseTItemIndexOf(TItem) Method

Gets the index of the specified item.

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

Parameters

item  TItem
The item to search for.

Return Value

Int32
The zero-based index, or -1 if the item was not found.
See Also