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

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

    Parameters

    index
    item
    See Also