ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer, _
       ByVal value As ComObject _
    ) 
    public void Set( 
       int index,
       ComObject value
    )

    Parameters

    index
    The index.
    value
    The value.
    See Also