Returns the specified object's index in the collection.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public int IndexOf( IDesignerTool value ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ value As IDesignerTool _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( IDesignerTool^ value ) |