'Declaration
Public Overloads Function AddComment( _ ByVal text As String, _ ByVal cellAddress As String _ ) As Comment
'Usage
Dim instance As AnnotationCollection Dim text As String Dim cellAddress As String Dim value As Comment value = instance.AddComment(text, cellAddress)
public Comment AddComment( string text, string cellAddress )