ShapeCollection.IList.Insert Method (Int32, Object)
Inserts the object at the specified index.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
void IList.Insert(
int index,
object value
)
private:
virtual void Insert(
int index,
Object^ value
) sealed = IList::Insert
private abstract Insert :
index:int *
value:Object -> unit
private override Insert :
index:int *
value:Object -> unit
Private Sub Insert (
index As Integer,
value As Object
)
Implements IList.Insert
Parameters
index
Type: System.Int32The location to insert the object.
value
Type: System.ObjectThe object to insert.
Implements
See Also
ShapeCollection Class
Microsoft.VisualBasic.PowerPacks Namespace
Return to top