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