Set Method (ComArrayBase)
In This Topic
Sets an object at the specified index.
Syntax
'Declaration
Public Sub Set( _
ByVal As System.Integer, _
ByVal As ComObject _
)
public void Set(
System.int ,
ComObject
)
Parameters
- index
- The index.
- value
- The value.
See Also