Click or drag to resize
TextStringsAppend Method
Appends a string to the string at the specified index in the collection.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void Append(
	TextRange range,
	int index
)

Parameters

range
Type: TextObjectModelTextRange
Range containing the string to append.
index
Type: SystemInt32
The string index.
Exceptions
ExceptionCondition
ArgumentNullExceptionrange is null.
See Also