'Declaration
Public Function AddTexts( _ ByVal texts As FormattedTextList _ ) As Integer
'Usage
Dim instance As Note Dim texts As FormattedTextList Dim value As Integer value = instance.AddTexts(texts)
public int AddTexts( FormattedTextList texts )
Parameters
- texts
- Represents the FormattedText objects that will be added to the current Note.
Return Value
Returns the index that corresponds to the first FormattedText object that was just inserted in the FormattedTextList.