Inserts an Annotation into the collection at the specified index.
[Visual Basic]
Public Sub Insert( _
ByVal index As Integer, _
ByVal value As Annotation _
)
[C#]
public void Insert(
int index,
Annotation value
);
AnnotationsCollection Class | AnnotationsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.