'Declaration
Public Overloads Function AddNote( _ ByVal texts As FormattedTextList, _ ByVal rowId As Integer, _ ByVal columnId As Integer, _ Optional ByVal addUserName As Boolean _ ) As Note
'Usage
Dim instance As AnnotationCollection Dim texts As FormattedTextList Dim rowId As Integer Dim columnId As Integer Dim addUserName As Boolean Dim value As Note value = instance.AddNote(texts, rowId, columnId, addUserName)
public Note AddNote( FormattedTextList texts, int rowId, int columnId, bool addUserName )