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