| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal legendEntry As LegendEntry _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int IndexOf( LegendEntry legendEntry ) | |
| C++/CLI | |
|---|---|
public: int IndexOf( LegendEntry^ legendEntry ) | |
Parameters
- legendEntry
- The LegendEntry to find.