ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / ShapeCollection Class / IndexOf Method / IndexOf(DrawingShape) Method

In This Topic
    IndexOf(DrawingShape) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As DrawingShape _
    ) As System.Integer
    public System.int IndexOf( 
       DrawingShape item
    )

    Parameters

    item
    See Also