Visual Basic (Declaration) | |
---|---|
Public Function IndexOf( _ ByVal value As MatrixColumn _ ) As System.Integer |
C# | |
---|---|
public System.int IndexOf( MatrixColumn value ) |
Parameters
- value
The MatrixColumn object to locate in the MatrixColumnCollection.
ActiveReports Developer 7 | |
IndexOf Method | |
See Also |
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixColumnCollection Class : IndexOf Method |
The MatrixColumn object to locate in the MatrixColumnCollection.
Glossary Item Box
Visual Basic (Declaration) | |
---|---|
Public Function IndexOf( _ ByVal value As MatrixColumn _ ) As System.Integer |
C# | |
---|---|
public System.int IndexOf( MatrixColumn value ) |
The MatrixColumn object to locate in the MatrixColumnCollection.