| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal item As CommandBarItem _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int IndexOf( CommandBarItem item ) | |
Parameters
- item
- The specific CommandBarItem item to be returned.
| ActiveReports.Design3 | Request technical support |
| IndexOf Method | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal item As CommandBarItem _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int IndexOf( CommandBarItem item ) | |