Xceed DataGrid for Silverlight Documentation
IndexOf Method (StatCellCollection)


The cell to locate in the colleciton.
Searches for the specified cell and returns its zero-based index.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As StatCell _
) As Integer
'Usage
 
Dim instance As StatCellCollection
Dim item As StatCell
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   StatCell item
)

Parameters

item
The cell to locate in the colleciton.

Return Value

The zero-based index of the cell.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatCellCollection Class
StatCellCollection Members

Send Feedback