GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / Insert Method
The zero-based index at which element should be inserted.
The object to insert.

In This Topic
Insert Method (SvgElementCollection)
In This Topic
Inserts an element into the SvgElementCollection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal element As SvgElement _
) 
 

Parameters

index
The zero-based index at which element should be inserted.
element
The object to insert.
See Also