C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / ComArrayBase Class / Set Method
The index.
The value.

In This Topic
Set Method (ComArrayBase)
In This Topic
Sets an object at the specified index.
Syntax
'Declaration
 
Public Sub Set( _
   ByVal index As System.Integer, _
   ByVal value As ComObject _
) 
 

Parameters

index
The index.
value
The value.
See Also