| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal value As MatrixCell _ ) As Integer | |
| C# | |
|---|---|
public int IndexOf( MatrixCell value ) | |
Parameters
- value
- The MatrixCell object to locate in the MatrixCellCollection.
| DataDynamics.Reports | Support Forum |
| IndexOf Method | |
| See Also | |
|
| DataDynamics.Reports.ReportObjectModel Namespace > MatrixCellCollection Class : IndexOf Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal value As MatrixCell _ ) As Integer | |
| C# | |
|---|---|
public int IndexOf( MatrixCell value ) | |