Set Method
Set(int, ComObject)
Sets an object at the specified index.
Declaration
public void Set(int index, ComObject value)
Public Sub [Set](index As Integer, value As ComObject)
Parameters
| Type |
Name |
Description |
| int |
index |
The index.
|
| ComObject |
value |
The value.
|