ComponentOne Bitmap for UWP
C1.UWP.DX 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 _
    ) 
    public void Set( 
       System.int index,
       ComObject value
    )

    Parameters

    index
    The index.
    value
    The value.
    See Also