ActiveReports 12
IndexOf Method (MatrixColumnCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixColumnCollection Class : IndexOf Method
The object to locate in the List. The value can be null for reference types.
Determines the index of a specific MatrixColumn object in the MatrixColumnCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As MatrixColumn _
) As Integer
public int IndexOf( 
   MatrixColumn item
)

Parameters

item
The object to locate in the List. The value can be null for reference types.

Return Value

The zero-based index of the first occurrence of item within the entire Collection, if found; otherwise, -1.
See Also

Reference

MatrixColumnCollection Class
MatrixColumnCollection Members