Click or drag to resize
TextStringsAdd Method
Adds a string to the end of the collection.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void Add(
	string str
)

Parameters

str
Type: SystemString
The string.
See Also