'DeclarationPublic Function AddTexts( _ ByVal texts As FormattedTextList _ ) As Integer
'UsageDim 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 has been inserted in the FormattedTextList.