Visual Basic (Declaration) | |
---|---|
Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As Annotation _ ) |
C# | |
---|---|
public void Insert( System.int index, Annotation value ) |
Parameters
- index
- The index at which the Annotation is inserted.
- value
- The Annotation to insert.