Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartShapeCollection Class / Insert Method
index
shape


In This Topic
    Insert Method (NSmartShapeCollection)
    In This Topic
    Inserts a the specified shape at the specified index
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal shape As NSmartShape _
    ) 
    'Usage
     
    
    Dim instance As NSmartShapeCollection
    Dim index As System.Integer
    Dim shape As NSmartShape
     
    instance.Insert(index, shape)
    public void Insert( 
       System.int index,
       NSmartShape shape
    )

    Parameters

    index
    index
    shape
    shape
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also