Click or drag to resize
TextStoryGetRange Method
Gets a TextRange for the story.

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

Parameters

index
Type: SystemInt32
length
Type: SystemInt32

Return Value

Type: TextRange
See Also