MindFusion.Wpf Pack Programmer's Guide
UndoableCollection(T).IndexOf Method
See Also
 





Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public int IndexOf (
    T item
)

Visual Basic  Copy Code

Public Function IndexOf( _
    item As T _
) As Integer

 Parameters

item

The item to locate in the collection.

 Return Value

The zero-based index of the first occurrence of item within the collection, if found; otherwise, -1.

 See Also

UndoableCollection(T) Members
UndoableCollection(T) Class
MindFusion.Spreadsheet.Wpf Namespace