Click or drag to resize
TextDocumentRange Method
Retrieves a text range object for a specified range of content in the active story of the document.

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

Parameters

start
Type: SystemInt32
Character position for the start of the range.
length
Type: SystemInt32
Length of the range.

Return Value

Type: TextRange
See Also