'Declaration
Public Overloads Function AddNote( _ ByVal texts As FormattedTextList, _ ByVal cellAddress As String, _ Optional ByVal addUserName As Boolean _ ) As Note
'Usage
Dim instance As AnnotationCollection Dim texts As FormattedTextList Dim cellAddress As String Dim addUserName As Boolean Dim value As Note value = instance.AddNote(texts, cellAddress, addUserName)
public Note AddNote( FormattedTextList texts, string cellAddress, bool addUserName )