Intersoft ClientUI Documentation
IndexOf Method (PagedCollectionView)



The item to locate.
Returns the zero-based index at which the specified item is located.
Syntax
Public Overridable Function IndexOf( _
   ByVal item As Object _
) As Integer
Dim instance As PagedCollectionView
Dim item As Object
Dim value As Integer
 
value = instance.IndexOf(item)
public virtual int IndexOf( 
   object item
)
public:
virtual int IndexOf( 
   Object^ item
) 

Parameters

item
The item to locate.

Return Value

The index at which the specified item is located, or –1 if the item is unknown.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback