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