RemoveAt Method (AnnotationsCollection)
In This Topic
Removes the specified annotation from the collection.
Syntax
'Declaration
Public Shadows Sub RemoveAt( _
ByVal As Integer _
)
public new void RemoveAt(
int
)
Parameters
- index
- The index of the Annotation to remove.
See Also