'Declaration
Public Overloads Function AddComment( _ ByVal text As String, _ ByVal rowId As Integer, _ ByVal columnId As Integer _ ) As Comment
'Usage
Dim instance As AnnotationCollection Dim text As String Dim rowId As Integer Dim columnId As Integer Dim value As Comment value = instance.AddComment(text, rowId, columnId)