Click or drag to resize
TextStringsPrefixTop Method
Prefixes a string to the top string in the collection.

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

Parameters

str
Type: SystemString
The string to prefix to the collection.
See Also