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