'Declaration
Public Function AddText( _ ByVal text As FormattedText _ ) As Integer
'Usage
Dim instance As Note Dim text As FormattedText Dim value As Integer value = instance.AddText(text)
public int AddText( FormattedText text )
Parameters
- text
- Represents the FormattedText that will be added to the current Note.
Return Value
Returns the index that corresponds to the newly inserted FormattedText object.