ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / ShapeCollection Class / SetItem Method

In This Topic
    SetItem Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As DrawingShape _
    ) 
    protected override void SetItem( 
       int index,
       DrawingShape item
    )

    Parameters

    index
    item
    See Also