Click or drag to resize
TextRangeDeleteSubrange Method
(TOM 2 only) Deletes a subrange from the range.

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

Parameters

index
Type: SystemInt32
The start character position of the subrange.
length
Type: SystemInt32
The length of the subrange.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
See Also