Click or drag to resize
TextRangeSetRange Method
Adjusts the range endpoints to the specified values.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SetRange(
	int start,
	int length
)

Parameters

start
Type: SystemInt32
Character position for the start of the range.
length
Type: SystemInt32
New length for the range.
See Also