Add Method (TextCollection)
In This Topic
Adds a
Text to this collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Function Add( _
ByVal As System.String _
) As Text
public Text Add(
System.string
)
Parameters
- value
- The text value to add.
Return Value
See Also