Click or drag to resize
TextStringsMoveBoundary Method
Moves the start boundary of a string, by index, by the specified number of characters.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void MoveBoundary(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
The string index.
count
Type: SystemInt32
The selected number of characters to move the boundary.
See Also