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