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