- name
- The Renderer name to locate in the collection.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Renderers Dim name As String Dim value As Integer value = instance.IndexOf(name) | |
Parameters
- name
- The Renderer name to locate in the collection.
Return Value
The zero-based index of the found item; otherwise -1 if no item found.This method searches the underlying item collection to locate the item name specified.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code